Skip to content

Commit

Permalink
Add The Batman theme (#1518)
Browse files Browse the repository at this point in the history
Adds a new dark theme which is port of [The Batman theme for vscode](https://github.com/devzaidi/batman-theme-vscode) to Zed.
https://github.com/devzaidi/batman-theme-zed
  • Loading branch information
devzaidi authored Oct 13, 2024
1 parent e40c4f8 commit aa33128
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/basher
url = https://github.com/d1y/bash.zed

[submodule "extensions/batman"]
path = extensions/batman
url = https://github.com/devzaidi/batman-theme-zed

[submodule "extensions/beancount"]
path = extensions/beancount
url = https://github.com/zed-extensions/beancount.git
Expand Down
4 changes: 4 additions & 0 deletions extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ version = "0.0.3"
submodule = "extensions/basher"
version = "0.0.1"

[batman]
submodule = "extensions/batman"
version = "0.0.1"

[beancount]
submodule = "extensions/beancount"
version = "0.0.3"
Expand Down
1 change: 1 addition & 0 deletions extensions/batman
Submodule batman added at 65c1a3

0 comments on commit aa33128

Please sign in to comment.