Skip to content

Commit

Permalink
Add Monokai Reversed theme (#1403)
Browse files Browse the repository at this point in the history
Since it's been requested I'm adding the theme shown in this issue
zed-industries/zed#16747 (comment)

Co-authored-by: Marshall Bowers <[email protected]>
  • Loading branch information
everdrone and maxdeviant committed Sep 18, 2024
1 parent 9752990 commit 00ce4a9
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 @@ -650,6 +650,10 @@
path = extensions/modest-dark
url = https://github.com/timcole/modest-dark.git

[submodule "extensions/monokai-reversed"]
path = extensions/monokai-reversed
url = https://github.com/everdrone/zed-monokai-reversed

[submodule "extensions/monolith"]
path = extensions/monolith
url = https://github.com/someone13574/zed-monolith-theme.git
Expand Down
4 changes: 4 additions & 0 deletions extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -721,6 +721,10 @@ version = "0.0.1"
submodule = "extensions/modest-dark"
version = "0.1.3"

[monokai-reversed]
submodule = "extensions/monokai-reversed"
version = "0.0.1"

[monolith]
submodule = "extensions/monolith"
version = "0.0.3"
Expand Down
1 change: 1 addition & 0 deletions extensions/monokai-reversed
Submodule monokai-reversed added at 857873

0 comments on commit 00ce4a9

Please sign in to comment.