summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/options/theme.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options/theme.rs b/src/options/theme.rs
index 294d0c5..bcf4ffd 100644
--- a/src/options/theme.rs
+++ b/src/options/theme.rs
@@ -39,7 +39,7 @@ pub fn is_light_syntax_theme(theme: &str) -> bool {
}
const LIGHT_SYNTAX_THEMES: [&str; 7] = [
- "catppuccin-latte",
+ "Catppuccin Latte",
"GitHub",
"gruvbox-light",
"gruvbox-white",