Skip to content

Commit 06e08b5

Browse files
jupblbdandavison
andauthored
Add gruvbox light support (#369)
* Add gruvbox light support * Update binary assets from bat v0.16.0 Co-authored-by: Dan Davison <dandavison7@gmail.com>
1 parent 1ca0615 commit 06e08b5

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

etc/assets/syntaxes.bin

20.1 KB
Binary file not shown.

etc/assets/themes.bin

1.65 KB
Binary file not shown.

src/options/theme.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@ pub fn is_light_syntax_theme(theme: &str) -> bool {
3838
LIGHT_SYNTAX_THEMES.contains(&theme)
3939
}
4040

41-
const LIGHT_SYNTAX_THEMES: [&str; 5] = [
41+
const LIGHT_SYNTAX_THEMES: [&str; 7] = [
4242
"GitHub",
43+
"gruvbox-light",
44+
"gruvbox-white",
4345
"Monokai Extended Light",
4446
"OneHalfLight",
4547
"ansi-light",

0 commit comments

Comments
 (0)