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.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/options/theme.rs b/src/options/theme.rs
index ef46dbea..fa5cbef0 100644
--- a/src/options/theme.rs
+++ b/src/options/theme.rs
@@ -38,13 +38,12 @@ pub fn is_light_syntax_theme(theme: &str) -> bool {
LIGHT_SYNTAX_THEMES.contains(&theme)
}
-const LIGHT_SYNTAX_THEMES: [&str; 7] = [
+const LIGHT_SYNTAX_THEMES: [&str; 6] = [
"GitHub",
"gruvbox-light",
"gruvbox-white",
"Monokai Extended Light",
"OneHalfLight",
- "ansi-light",
"Solarized (light)",
];