mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 16:00:18 +00:00
fixed dark/light color saving. Remembers both dark mode colors and light mode colors.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user