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
1 changed files with 8 additions and 8 deletions

View File

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