From 218af1617f512b06bb1a7f52a15510fe56c5de80 Mon Sep 17 00:00:00 2001 From: Justin Su Date: Sat, 24 Aug 2024 14:30:28 -0400 Subject: Fix `Catppuccin Latte` name in `LIGHT_SYNTAX_THEMES` list (#1823) --- 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 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", -- cgit v1.2.3