feat: centralize theming in theme-manager (palette/tokens, CSS, dark-mode, setup UI), add tests + win32/meson wiring

This commit is contained in:
2026-03-02 19:42:48 -07:00
parent f3086fa389
commit d9be0a7b1c
57 changed files with 5476 additions and 1916 deletions

View File

@@ -20,6 +20,8 @@
#ifndef ZOITECHAT_SETUP_H
#define ZOITECHAT_SETUP_H
void setup_apply_real (int new_pix, int do_ulist, int do_layout, int do_identd);
#include "theme/theme-manager.h"
void setup_apply_real (const ThemeChangedEvent *event);
#endif