mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-21 13:10:19 +00:00
feat: centralize theming in theme-manager (palette/tokens, CSS, dark-mode, setup UI), add tests + win32/meson wiring
This commit is contained in:
11
src/fe-gtk/theme/theme-application.h
Normal file
11
src/fe-gtk/theme/theme-application.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef ZOITECHAT_THEME_APPLICATION_H
|
||||
#define ZOITECHAT_THEME_APPLICATION_H
|
||||
|
||||
#include <glib.h>
|
||||
#include "../fe-gtk.h"
|
||||
|
||||
gboolean theme_application_apply_mode (unsigned int mode, gboolean *palette_changed);
|
||||
void theme_application_reload_input_style (void);
|
||||
InputStyle *theme_application_update_input_style (InputStyle *style);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user