tmp icons + theme cleanup
This commit is contained in:
@@ -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 = {
|
||||
}),
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user