mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-15 18:20:20 +00:00
10 lines
190 B
C
10 lines
190 B
C
|
|
#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
|