From 61848371b9bab1a98e8461cae394272b823dafec Mon Sep 17 00:00:00 2001 From: Justin Su Date: Sat, 24 Aug 2024 07:22:43 -0400 Subject: [PATCH] Fix `Catppuccin Latte` name in `LIGHT_SYNTAX_THEMES` list --- src/options/theme.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options/theme.rs b/src/options/theme.rs index 294d0c56e..bcf4ffd16 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",