update theme.json

This commit is contained in:
Somrat
2025-07-10 16:04:18 +06:00
parent 68c865c652
commit d470cb2aff
+4 -4
View File
@@ -10,8 +10,8 @@
}, },
"text_color": { "text_color": {
"text": "#444444", "text": "#444444",
"text-dark": "#040404", "text_dark": "#040404",
"text-light": "#717171" "text_light": "#717171"
} }
}, },
"darkmode": { "darkmode": {
@@ -24,8 +24,8 @@
}, },
"text_color": { "text_color": {
"text": "#B4AFB6", "text": "#B4AFB6",
"text-dark": "#fff", "text_dark": "#fff",
"text-light": "#B4AFB6" "text_light": "#B4AFB6"
} }
} }
}, },