summaryrefslogtreecommitdiffstats
path: root/src/options/theme.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/theme.rs')
-rw-r--r--src/options/theme.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/options/theme.rs b/src/options/theme.rs
index 909b29f8..7e980f15 100644
--- a/src/options/theme.rs
+++ b/src/options/theme.rs
@@ -38,8 +38,10 @@ pub fn is_light_syntax_theme(theme: &str) -> bool {
LIGHT_SYNTAX_THEMES.contains(&theme)
}
-const LIGHT_SYNTAX_THEMES: [&str; 5] = [
+const LIGHT_SYNTAX_THEMES: [&str; 7] = [
"GitHub",
+ "gruvbox-light",
+ "gruvbox-white",
"Monokai Extended Light",
"OneHalfLight",
"ansi-light",