fixed dark/light color saving. Remembers both dark mode colors and light mode colors.

This commit is contained in:
2026-01-12 22:52:56 -07:00
parent 2d8a61b704
commit dbc95b9121
3 changed files with 128 additions and 23 deletions

View File

@@ -40,6 +40,7 @@ void palette_save (void);
/* Keep a copy of the user's palette so dark mode can be toggled without losing it. */
void palette_user_set_color (int idx, const GdkColor *col);
void palette_dark_set_color (int idx, const GdkColor *col);
/*
* Apply ZoiteChat's built-in "dark mode" palette.