diff options
| author | Justin Su <injustsu@gmail.com> | 2024-08-24 14:30:28 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-24 14:30:28 -0400 |
| commit | 218af1617f512b06bb1a7f52a15510fe56c5de80 (patch) | |
| tree | f03a5511f511b80555bfd7d07eece6b0d2c868c5 | |
| parent | 85cbe7e9c1c77dc98e9518fc7b6b6c6b60f1b870 (diff) | |
Fix `Catppuccin Latte` name in `LIGHT_SYNTAX_THEMES` list (#1823)
| -rw-r--r-- | src/options/theme.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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", |
