mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Revert all color changes
This commit is contained in:
parent
a652be9a86
commit
4a5d537679
1 changed files with 12 additions and 8 deletions
|
@ -77,7 +77,7 @@ const tokens = {
|
||||||
c400: "#272741",
|
c400: "#272741",
|
||||||
c500: "#1E1E32",
|
c500: "#1E1E32",
|
||||||
c600: "#171728",
|
c600: "#171728",
|
||||||
c700: "#000000",
|
c700: "#131322",
|
||||||
c800: "#0F0F1B",
|
c800: "#0F0F1B",
|
||||||
c900: "#0A0A12",
|
c900: "#0A0A12",
|
||||||
},
|
},
|
||||||
|
@ -94,9 +94,11 @@ export const defaultTheme = {
|
||||||
|
|
||||||
// Branding
|
// Branding
|
||||||
pill: {
|
pill: {
|
||||||
background: tokens.shade.c400,
|
background: tokens.shade.c300,
|
||||||
backgroundHover: tokens.shade.c500,
|
backgroundHover: tokens.shade.c200,
|
||||||
highlight: tokens.blue.c200,
|
highlight: tokens.blue.c200,
|
||||||
|
|
||||||
|
activeBackground: tokens.shade.c300,
|
||||||
},
|
},
|
||||||
|
|
||||||
// meta data for the theme itself
|
// meta data for the theme itself
|
||||||
|
@ -105,11 +107,6 @@ export const defaultTheme = {
|
||||||
accentB: tokens.blue.c300,
|
accentB: tokens.blue.c300,
|
||||||
},
|
},
|
||||||
|
|
||||||
// Modals
|
|
||||||
modal: {
|
|
||||||
background: tokens.shade.c800,
|
|
||||||
},
|
|
||||||
|
|
||||||
// light bar
|
// light bar
|
||||||
lightBar: {
|
lightBar: {
|
||||||
light: tokens.blue.c400,
|
light: tokens.blue.c400,
|
||||||
|
@ -143,6 +140,11 @@ export const defaultTheme = {
|
||||||
accentB: tokens.blue.c500,
|
accentB: tokens.blue.c500,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// Modals
|
||||||
|
modal: {
|
||||||
|
background: tokens.shade.c800,
|
||||||
|
},
|
||||||
|
|
||||||
// typography
|
// typography
|
||||||
type: {
|
type: {
|
||||||
logo: tokens.purple.c100,
|
logo: tokens.purple.c100,
|
||||||
|
@ -152,6 +154,7 @@ export const defaultTheme = {
|
||||||
divider: tokens.ash.c500,
|
divider: tokens.ash.c500,
|
||||||
secondary: tokens.ash.c100,
|
secondary: tokens.ash.c100,
|
||||||
danger: tokens.semantic.red.c100,
|
danger: tokens.semantic.red.c100,
|
||||||
|
success: tokens.semantic.green.c100,
|
||||||
link: tokens.purple.c100,
|
link: tokens.purple.c100,
|
||||||
linkHover: tokens.purple.c50,
|
linkHover: tokens.purple.c50,
|
||||||
},
|
},
|
||||||
|
@ -159,6 +162,7 @@ export const defaultTheme = {
|
||||||
// search bar
|
// search bar
|
||||||
search: {
|
search: {
|
||||||
background: tokens.shade.c500,
|
background: tokens.shade.c500,
|
||||||
|
hoverBackground: tokens.shade.c600,
|
||||||
focused: tokens.shade.c400,
|
focused: tokens.shade.c400,
|
||||||
placeholder: tokens.shade.c100,
|
placeholder: tokens.shade.c100,
|
||||||
icon: tokens.shade.c100,
|
icon: tokens.shade.c100,
|
||||||
|
|
Loading…
Reference in a new issue