Fix Catppuccin Latte name in LIGHT_SYNTAX_THEMES list (#1823)

This commit is contained in:
Justin Su 2024-08-24 14:30:28 -04:00 committed by GitHub
parent 85cbe7e9c1
commit 218af1617f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",