mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-14 17:50: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:
9
src/fe-gtk/theme/theme-gtk.h
Normal file
9
src/fe-gtk/theme/theme-gtk.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef ZOITECHAT_THEME_GTK_H
|
||||
#define ZOITECHAT_THEME_GTK_H
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#define THEME_GTK_COLOR_TYPE GDK_TYPE_RGBA
|
||||
#define THEME_GTK_FOREGROUND_PROPERTY "foreground-rgba"
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user