dark theme

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@494 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-25 18:10:23 +00:00
parent 1ba8b118dd
commit 83ece5406f
8 changed files with 81 additions and 19 deletions

View File

@@ -90,6 +90,7 @@ struct _MwVoidKeyValue {
struct _MwWidget {
char* name;
MwLLColor bgcolor;
int dark_theme;
MwLL lowlevel;
MwWidget parent;