Merge pull request #1069 from KyleOndy/add_gruvbox_theme

add peaceant's port of gruvbox themes
This commit is contained in:
David Peter 2020-07-02 08:07:15 +02:00 committed by GitHub
commit 963d9ee584
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 1 deletions

5
.gitmodules vendored
View File

@ -185,6 +185,9 @@
[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
url = https://github.com/euler0/sublime-glsl

View File

@ -12,6 +12,9 @@
- GLSL (@caioalonso)
## New themes
- Gruvbox, see #1069 (@kyleondy)
## `bat` as a library
- Add APIs to provide `Input` descriptions with `InputDescription` (@eth-p)

BIN
assets/themes.bin vendored

Binary file not shown.

1
assets/themes/gruvbox vendored Submodule

@ -0,0 +1 @@
Subproject commit e3db74d0e5de7bc09cab76377723ccf6bcc64e8c

View File

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