From a4126d025ba27fc6331c968f9a19ada64449f526 Mon Sep 17 00:00:00 2001 From: Simon Olofsson Date: Tue, 16 Sep 2025 10:37:24 +0200 Subject: [PATCH] config: update theme names in docs They were renamed, see: https://github.com/mbadolato/iTerm2-Color-Schemes/commits/master/ghostty/Rose%20Pine --- src/config/Config.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/Config.zig b/src/config/Config.zig index 33a37e6cd..969f4ca25 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -518,7 +518,7 @@ pub const compatibility = std.StaticStringMap( /// /// To specify a different theme for light and dark mode, use the following /// syntax: `light:theme-name,dark:theme-name`. For example: -/// `light:rose-pine-dawn,dark:rose-pine`. Whitespace around all values are +/// `light:Rose Pine Dawn,dark:Rose Pine`. Whitespace around all values are /// trimmed and order of light and dark does not matter. Both light and dark /// must be specified in this form. In this form, the theme used will be /// based on the current desktop environment theme.