diff --git a/src/options/theme.rs b/src/options/theme.rs index 294d0c56..bcf4ffd1 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",