tmp icons + theme cleanup

This commit is contained in:
2024-09-25 17:52:59 -07:00
parent fe2206646b
commit 7ed9a2b2f9
65 changed files with 82 additions and 1276 deletions

View File

@@ -9,23 +9,29 @@
"theme_dark": ""
},
"text_color": {
"default": "#444444",
"default": "#170D33",
"dark": "#040404",
"light": "#717171"
"light": "#717171",
"boston_color": "#20CCF8",
"seattle_color": "#FF3CC8",
"meetup_color": "#7A5DF9"
}
},
"darkmode": {
"theme_color": {
"primary": "#fff",
"body": "#1c1c1c",
"body": "#150e31",
"border": "#3E3E3E",
"theme_light": "#222222",
"theme_light": "#35284f",
"theme_dark": ""
},
"text_color": {
"default": "#B4AFB6",
"dark": "#fff",
"light": "#B4AFB6"
"light": "#B4AFB6",
"boston_color": "#20CCF8",
"seattle_color": "#FF3CC8",
"meetup_color": "#7A5DF9"
}
}
},