mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-30 03:33:54 +01:00
Merge pull request #1069 from KyleOndy/add_gruvbox_theme
add peaceant's port of gruvbox themes
This commit is contained in:
commit
963d9ee584
5
.gitmodules
vendored
5
.gitmodules
vendored
@ -185,6 +185,9 @@
|
|||||||
[submodule "assets/syntaxes/02_Extra/AsciiDoc"]
|
[submodule "assets/syntaxes/02_Extra/AsciiDoc"]
|
||||||
path = assets/syntaxes/02_Extra/AsciiDoc
|
path = assets/syntaxes/02_Extra/AsciiDoc
|
||||||
url = https://github.com/asciidoctor/sublimetext-asciidoc.git
|
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"]
|
[submodule "assets/syntaxes/02_Extra/GLSL"]
|
||||||
path = 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
|
@ -12,6 +12,9 @@
|
|||||||
- GLSL (@caioalonso)
|
- GLSL (@caioalonso)
|
||||||
|
|
||||||
## New themes
|
## New themes
|
||||||
|
|
||||||
|
- Gruvbox, see #1069 (@kyleondy)
|
||||||
|
|
||||||
## `bat` as a library
|
## `bat` as a library
|
||||||
|
|
||||||
- Add APIs to provide `Input` descriptions with `InputDescription` (@eth-p)
|
- Add APIs to provide `Input` descriptions with `InputDescription` (@eth-p)
|
||||||
|
BIN
assets/themes.bin
vendored
BIN
assets/themes.bin
vendored
Binary file not shown.
1
assets/themes/gruvbox
vendored
Submodule
1
assets/themes/gruvbox
vendored
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit e3db74d0e5de7bc09cab76377723ccf6bcc64e8c
|
@ -29,6 +29,9 @@ fn all_themes_are_present() {
|
|||||||
"ansi-dark",
|
"ansi-dark",
|
||||||
"ansi-light",
|
"ansi-light",
|
||||||
"base16",
|
"base16",
|
||||||
|
"gruvbox",
|
||||||
|
"gruvbox-light",
|
||||||
|
"gruvbox-white",
|
||||||
"zenburn"
|
"zenburn"
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user