Use Briles/gruvbox .tmTheme files instead of peaceant's port

This commit is contained in:
John Meow 2020-12-07 07:25:11 +03:00 committed by David Peter
parent a63bb08eda
commit 3d07dec8fd
5 changed files with 7 additions and 6 deletions

7
.gitmodules vendored
View File

@ -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
@ -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

View File

@ -61,6 +61,7 @@
## New themes
- Coldark, see #1329 (@armandphilippot)
- Gruvbox, see #1291 (@j0hnmeow)
# v0.16.0

BIN
assets/themes.bin vendored

Binary file not shown.

@ -1 +1 @@
Subproject commit e3db74d0e5de7bc09cab76377723ccf6bcc64e8c
Subproject commit 64c47250e54298b91e2cf8d401320009aba9f991

View File

@ -33,9 +33,8 @@ fn all_themes_are_present() {
"ansi",
"base16",
"base16-256",
"gruvbox",
"gruvbox-dark",
"gruvbox-light",
"gruvbox-white",
"zenburn"
]
);