Skip to content

Commit

Permalink
Fix Catppuccin Latte name in LIGHT_SYNTAX_THEMES list (#1823)
Browse files Browse the repository at this point in the history
  • Loading branch information
injust committed Aug 24, 2024
1 parent 85cbe7e commit 218af16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options/theme.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 218af16

Please sign in to comment.