summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Meow <j0hn.meow@ya.ru>2020-12-07 07:25:11 +0300
committerDavid Peter <sharkdp@users.noreply.github.com>2020-12-21 21:52:04 +0100
commit3d07dec8fdd42e00f659f7c606562e3a51a58a55 (patch)
treeb9d0d4941178c67a40dddbc581163bc40b542acb
parenta63bb08edae661f68fc330549c27d0d43355d606 (diff)
Use Briles/gruvbox .tmTheme files instead of peaceant's port
-rw-r--r--.gitmodules7
-rw-r--r--CHANGELOG.md1
-rw-r--r--assets/themes.binbin18366 -> 20629 bytes
m---------assets/themes/gruvbox0
-rw-r--r--tests/assets.rs3
5 files changed, 6 insertions, 5 deletions
diff --git a/.gitmodules b/.gitmodules
index 3e71c7bd..09ccaed3 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -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
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 07b8ce95..cae2d69b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -61,6 +61,7 @@
## New themes
- Coldark, see #1329 (@armandphilippot)
+- Gruvbox, see #1291 (@j0hnmeow)
# v0.16.0
diff --git a/assets/themes.bin b/assets/themes.bin
index 78906ba3..ae04c566 100644
--- a/assets/themes.bin
+++ b/assets/themes.bin
Binary files differ
diff --git a/assets/themes/gruvbox b/assets/themes/gruvbox
-Subproject e3db74d0e5de7bc09cab76377723ccf6bcc64e8
+Subproject 64c47250e54298b91e2cf8d401320009aba9f99
diff --git a/tests/assets.rs b/tests/assets.rs
index 435ddf85..d5de9015 100644
--- a/tests/assets.rs
+++ b/tests/assets.rs
@@ -33,9 +33,8 @@ fn all_themes_are_present() {
"ansi",
"base16",
"base16-256",
- "gruvbox",
+ "gruvbox-dark",
"gruvbox-light",
- "gruvbox-white",
"zenburn"
]
);