config: update theme names in docs (#8655)

They were renamed, see:
https://github.com/mbadolato/iTerm2-Color-Schemes/commits/master/ghostty/Rose%20Pine
pull/8675/head
Mitchell Hashimoto 2025-09-16 07:01:43 -07:00 committed by GitHub
commit a32d4988f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,7 @@ pub const compatibility = std.StaticStringMap(
/// ///
/// To specify a different theme for light and dark mode, use the following /// To specify a different theme for light and dark mode, use the following
/// syntax: `light:theme-name,dark:theme-name`. For example: /// 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 /// 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 /// must be specified in this form. In this form, the theme used will be
/// based on the current desktop environment theme. /// based on the current desktop environment theme.