From 3d07dec8fdd42e00f659f7c606562e3a51a58a55 Mon Sep 17 00:00:00 2001 From: John Meow Date: Mon, 7 Dec 2020 07:25:11 +0300 Subject: Use Briles/gruvbox .tmTheme files instead of peaceant's port --- .gitmodules | 7 ++++--- CHANGELOG.md | 1 + assets/themes.bin | Bin 18366 -> 20629 bytes assets/themes/gruvbox | 2 +- tests/assets.rs | 3 +-- 5 files changed, 7 insertions(+), 6 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 Binary files a/assets/themes.bin and b/assets/themes.bin differ diff --git a/assets/themes/gruvbox b/assets/themes/gruvbox index e3db74d0..64c47250 160000 --- a/assets/themes/gruvbox +++ b/assets/themes/gruvbox @@ -1 +1 @@ -Subproject commit e3db74d0e5de7bc09cab76377723ccf6bcc64e8c +Subproject commit 64c47250e54298b91e2cf8d401320009aba9f991 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" ] ); -- cgit v1.2.3