mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-13 09:10:20 +00:00
11 lines
266 B
C
11 lines
266 B
C
#ifndef ZOITECHAT_THEME_POLICY_H
|
|
#define ZOITECHAT_THEME_POLICY_H
|
|
|
|
#include "../fe-gtk.h"
|
|
|
|
gboolean theme_policy_system_prefers_dark (void);
|
|
gboolean theme_policy_is_dark_mode_active (unsigned int mode);
|
|
gboolean theme_policy_is_app_dark_mode_active (void);
|
|
|
|
#endif
|