Skip to content

Commit

Permalink
Add Barbenheimer Theme (#1734)
Browse files Browse the repository at this point in the history
This PR adds a new theme called "Barbenheimer" to Zed. The theme is
inspired by the "Barbenheimer" cultural phenomenon and offers three
distinct styles:

* Barbenheimer Dreamhouse (Light)
* Barbenheimer Bunker (Dark) 
* Barbenheimer Nuclear Sunrise (High Contrast)

Theme files and more details can be found in the theme's repository:
https://github.com/jayvicsanantonio/barbenheimer-zed-theme

---------

Co-authored-by: Peter Tripp <[email protected]>
  • Loading branch information
jayvicsanantonio and notpeter authored Dec 2, 2024
1 parent ae219a0 commit b88fd62
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/aylin-theme
url = https://github.com/biaqat/aylin-theme-zed.git

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

[submodule "extensions/base16"]
path = extensions/base16
url = https://github.com/bswinnerton/base16-zed.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.1"
submodule = "extensions/aylin-theme"
version = "0.6.0"

[barbenheimer]
submodule = "extensions/barbenheimer"
version = "1.0.1"

[base16]
submodule = "extensions/base16"
version = "0.1.1"
Expand Down
1 change: 1 addition & 0 deletions extensions/barbenheimer
Submodule barbenheimer added at 8931aa

0 comments on commit b88fd62

Please sign in to comment.