1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-20 14:37:43 +01:00

re-add purple coloring

This commit is contained in:
kirbo 2024-06-06 12:02:15 -07:00
parent 1dc8439ab6
commit 3330e6ba4f
No known key found for this signature in database

View file

@ -132,8 +132,8 @@ export default createTheme({
hoverAccent: tokens.shade.c100, hoverAccent: tokens.shade.c100,
hoverShadow: tokens.black, hoverShadow: tokens.black,
shadow: tokens.shade.c800, shadow: tokens.shade.c800,
barColor: tokens.ash.c800, barColor: tokens.ash.c200,
barFillColor: tokens.ash.c600, barFillColor: tokens.purple.c100,
badge: tokens.shade.c700, badge: tokens.shade.c700,
badgeText: tokens.ash.c100 badgeText: tokens.ash.c100
}, },
@ -171,8 +171,8 @@ export default createTheme({
secondary: tokens.shade.c200, secondary: tokens.shade.c200,
inactive: tokens.shade.c50, inactive: tokens.shade.c50,
icon: tokens.shade.c50, icon: tokens.shade.c50,
iconActivated: tokens.shade.c200, iconActivated: tokens.purple.c200,
activated: tokens.blue.c300 activated: tokens.purple.c100
} }
}, },
@ -212,9 +212,9 @@ export default createTheme({
}, },
progress: { progress: {
background: tokens.ash.c800, background: tokens.ash.c50,
preloaded: tokens.ash.c800, preloaded: tokens.ash.c50,
filled: tokens.ash.c600 filled: tokens.purple.c200
}, },
video: { video: {
@ -232,7 +232,7 @@ export default createTheme({
}, },
audio: { audio: {
set: tokens.ash.c600 set: tokens.purple.c200
}, },
context: { context: {