Skip to content

Commit

Permalink
Use Briles/gruvbox .tmTheme files instead of peaceant's port
Browse files Browse the repository at this point in the history
  • Loading branch information
thecaralice authored and sharkdp committed Dec 21, 2020
1 parent a63bb08 commit 3d07dec
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,6 @@
[submodule "assets/syntaxes/02_Extra/AsciiDoc"]
path = assets/syntaxes/02_Extra/AsciiDoc
url = https://github.com/asciidoctor/sublimetext-asciidoc.git
[submodule "assets/themes/gruvbox"]
path = assets/themes/gruvbox
url = https://github.com/peaceant/gruvbox.git
[submodule "assets/syntaxes/02_Extra/GLSL"]
path = assets/syntaxes/02_Extra/GLSL
url = https://github.com/euler0/sublime-glsl
Expand All @@ -206,3 +203,7 @@
[submodule "assets/themes/Coldark"]
path = assets/themes/Coldark
url = https://github.com/ArmandPhilippot/coldark-bat.git
[submodule "assets/themes/gruvbox"]
path = assets/themes/gruvbox
url = https://github.com/subnut/gruvbox-tmTheme.git
branch = bat-source
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
## New themes

- Coldark, see #1329 (@armandphilippot)
- Gruvbox, see #1291 (@j0hnmeow)


# v0.16.0
Expand Down
Binary file modified assets/themes.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion assets/themes/gruvbox
3 changes: 1 addition & 2 deletions tests/assets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ fn all_themes_are_present() {
"ansi",
"base16",
"base16-256",
"gruvbox",
"gruvbox-dark",
"gruvbox-light",
"gruvbox-white",
"zenburn"
]
);
Expand Down

0 comments on commit 3d07dec

Please sign in to comment.