Skip to content

Commit

Permalink
Add CodeSandbox Theme (zed-industries#775)
Browse files Browse the repository at this point in the history
This PR brings the [CodeSandbox theme from
VSCode](https://marketplace.visualstudio.com/items?itemName=CodeSandbox-io.codesandbox-projects-theme)
over to Zed, done using Zed's tool to convert VSCode themes. Works great
from my testing. It has been requested
[here](zed-industries#544).

I have no affiliation with CodeSandbox in any way, hence the mentions of
this theme being unofficial.

I request this theme to be merged into the extensions repo and made
available through the extensions store by the maintainers. Any feedback
highly appreciated!

![screen 2024-05-22 at 21 37
50](https://github.com/zed-industries/extensions/assets/32536904/9e707abc-f7f8-40e3-9788-843e38243cd6)

---------

Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
  • Loading branch information
MartinRybergLaude and maxdeviant authored May 24, 2024
1 parent ddc4cc1 commit 07021fe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@
path = extensions/cfengine
url = https://github.com/olehermanse/zed-cfengine.git

[submodule "extensions/codesandbox-theme"]
path = extensions/codesandbox-theme
url = https://github.com/MartinRybergLaude/zed-theme-codesandbox.git

[submodule "extensions/colorizer"]
path = extensions/colorizer
url = https://github.com/tamimhasandev/colorizer.git
Expand Down
4 changes: 4 additions & 0 deletions extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ submodule = "extensions/zed"
path = "extensions/clojure"
version = "0.0.2"

[codesandbox-theme]
submodule = "extensions/codesandbox-theme"
version = "0.0.1"

[colorizer]
submodule = "extensions/colorizer"
version = "0.0.3"
Expand Down
1 change: 1 addition & 0 deletions extensions/codesandbox-theme
Submodule codesandbox-theme added at ad9bf6

0 comments on commit 07021fe

Please sign in to comment.