update theme variable

This commit is contained in:
Somrat
2025-02-17 11:37:24 +06:00
parent 33a3433de1
commit 515b3b71e0
21 changed files with 58 additions and 58 deletions

View File

@@ -5,13 +5,13 @@
"primary": "#121212",
"body": "#fff",
"border": "#eaeaea",
"theme_light": "#f6f6f6",
"theme_dark": ""
"light": "#f6f6f6",
"dark": "#040404"
},
"text_color": {
"text": "#444444",
"dark": "#040404",
"light": "#717171"
"text-dark": "#040404",
"text-light": "#717171"
}
},
"darkmode": {
@@ -19,13 +19,13 @@
"primary": "#fff",
"body": "#1c1c1c",
"border": "#3E3E3E",
"theme_light": "#222222",
"theme_dark": ""
"light": "#222222",
"dark": "#fff"
},
"text_color": {
"text": "#B4AFB6",
"dark": "#fff",
"light": "#B4AFB6"
"text-dark": "#fff",
"text-light": "#B4AFB6"
}
}
},