From b3c66d945b8f143e2312e4352f99bdee810b8bb4 Mon Sep 17 00:00:00 2001 From: Simon Olofsson Date: Sat, 29 Mar 2025 21:29:55 +0100 Subject: [PATCH] =?UTF-8?q?Add=20Ros=C3=A9=20Pine=20Dawn=20to=20light=20sy?= =?UTF-8?q?ntax=20themes.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/rose-pine/tm-theme --- src/options/theme.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/options/theme.rs b/src/options/theme.rs index 215f49d3d..941cfd97d 100644 --- a/src/options/theme.rs +++ b/src/options/theme.rs @@ -49,13 +49,14 @@ pub fn color_mode_from_syntax_theme(theme: &str) -> ColorMode { } } -const LIGHT_SYNTAX_THEMES: [&str; 7] = [ +const LIGHT_SYNTAX_THEMES: [&str; 8] = [ "Catppuccin Latte", "GitHub", "gruvbox-light", "gruvbox-white", "Monokai Extended Light", "OneHalfLight", + "rose-pine-dawn", "Solarized (light)", ];