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

@@ -54,6 +54,9 @@ module.exports = {
border: theme.colors.default.theme_color.border,
"theme-light": theme.colors.default.theme_color.theme_light,
"theme-dark": theme.colors.default.theme_color.theme_dark,
"boston-color": theme.colors.default.text_color.boston_color,
"seattle-color": theme.colors.default.text_color.seattle_color,
"meetup-color": theme.colors.default.text_color.meetup_color,
darkmode: {
text: theme.colors.darkmode.text_color.default,
light: theme.colors.darkmode.text_color.light,
@@ -64,6 +67,9 @@ module.exports = {
border: theme.colors.darkmode.theme_color.border,
"theme-light": theme.colors.darkmode.theme_color.theme_light,
"theme-dark": theme.colors.darkmode.theme_color.theme_dark,
"boston-color": theme.colors.darkmode.text_color.boston_color,
"seattle-color": theme.colors.darkmode.text_color.seattle_color,
"meetup-color": theme.colors.darkmode.text_color.meetup_color,
},
},
fontSize: {
@@ -101,3 +107,4 @@ module.exports = {
}),
],
};