feat: add support for 99 colors.

This commit is contained in:
2026-03-26 00:45:03 -06:00
parent f3fd7fd2b3
commit 7c23a48ef8
3 changed files with 95 additions and 14 deletions

View File

@@ -326,7 +326,8 @@ theme_runtime_get_color (ThemeSemanticToken token, GdkRGBA *out_rgba)
gboolean
theme_runtime_mode_has_user_colors (gboolean dark_mode)
{
(void) dark_mode;
if (dark_mode)
return dark_user_colors_valid;
return user_colors_valid;
}
@@ -467,7 +468,6 @@ theme_runtime_load (void)
active_palette = light_palette;
dark_mode_active = FALSE;
user_colors_valid = TRUE;
}
static gboolean