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

Update red theme again

This commit is contained in:
mrjvs 2023-12-14 21:43:12 +01:00
parent 932726e143
commit a7ed3f6089

View file

@ -11,7 +11,7 @@ const tokens = {
c600: "#632021", c600: "#632021",
c700: "#49191a", c700: "#49191a",
c800: "#331112", c800: "#331112",
c900: "#220c0c", c900: "#220c0c"
}, },
shade: { shade: {
c50: "#9c605c", c50: "#9c605c",
@ -23,19 +23,19 @@ const tokens = {
c600: "#2b1614", c600: "#2b1614",
c700: "#241210", c700: "#241210",
c800: "#1c0e0d", c800: "#1c0e0d",
c900: "#130909", c900: "#130909"
}, },
ash: { ash: {
c50: "#a17a79", c50: "#ac6e6f",
c100: "#815656", c100: "#8b4b4c",
c200: "#684040", c200: "#703739",
c300: "#512829", c300: "#572225",
c400: "#441e1e", c400: "#49191a",
c500: "#3e1a1a", c500: "#421617",
c600: "#341615", c600: "#371212",
c700: "#2b1211", c700: "#2e0e0f",
c800: "#210f0f", c800: "#230c0d",
c900: "#170b0c", c900: "#19090b"
}, },
blue: { blue: {
c50: "#f5adb4", c50: "#f5adb4",
@ -47,8 +47,8 @@ const tokens = {
c600: "#411b1f", c600: "#411b1f",
c700: "#36171b", c700: "#36171b",
c800: "#201011", c800: "#201011",
c900: "#130b0c", c900: "#130b0c"
}, }
}; };
export default createTheme({ export default createTheme({
@ -57,22 +57,22 @@ export default createTheme({
colors: { colors: {
themePreview: { themePreview: {
primary: tokens.blue.c200, primary: tokens.blue.c200,
secondary: tokens.shade.c50, secondary: tokens.shade.c50
}, },
pill: { pill: {
background: tokens.shade.c300, background: tokens.shade.c300,
backgroundHover: tokens.shade.c200, backgroundHover: tokens.shade.c200,
highlight: tokens.blue.c200, highlight: tokens.blue.c200
}, },
global: { global: {
accentA: tokens.blue.c200, accentA: tokens.blue.c200,
accentB: tokens.blue.c300, accentB: tokens.blue.c300
}, },
lightBar: { lightBar: {
light: tokens.blue.c400, light: tokens.blue.c400
}, },
buttons: { buttons: {
@ -84,7 +84,7 @@ export default createTheme({
purple: tokens.purple.c500, purple: tokens.purple.c500,
purpleHover: tokens.purple.c400, purpleHover: tokens.purple.c400,
cancel: tokens.ash.c500, cancel: tokens.ash.c500,
cancelHover: tokens.ash.c300, cancelHover: tokens.ash.c300
}, },
background: { background: {
@ -92,7 +92,7 @@ export default createTheme({
secondary: tokens.shade.c600, secondary: tokens.shade.c600,
secondaryHover: tokens.shade.c400, secondaryHover: tokens.shade.c400,
accentA: tokens.purple.c500, accentA: tokens.purple.c500,
accentB: tokens.blue.c500, accentB: tokens.blue.c500
}, },
type: { type: {
@ -102,14 +102,14 @@ export default createTheme({
divider: tokens.ash.c500, divider: tokens.ash.c500,
secondary: tokens.ash.c100, secondary: tokens.ash.c100,
link: tokens.purple.c100, link: tokens.purple.c100,
linkHover: tokens.purple.c50, linkHover: tokens.purple.c50
}, },
search: { search: {
background: tokens.shade.c500, background: tokens.shade.c500,
focused: tokens.shade.c400, focused: tokens.shade.c400,
placeholder: tokens.shade.c100, placeholder: tokens.shade.c100,
icon: tokens.shade.c100, icon: tokens.shade.c100
}, },
mediaCard: { mediaCard: {
@ -120,12 +120,12 @@ export default createTheme({
barColor: tokens.ash.c200, barColor: tokens.ash.c200,
barFillColor: tokens.purple.c100, barFillColor: tokens.purple.c100,
badge: tokens.shade.c700, badge: tokens.shade.c700,
badgeText: tokens.ash.c100, badgeText: tokens.ash.c100
}, },
largeCard: { largeCard: {
background: tokens.shade.c600, background: tokens.shade.c600,
icon: tokens.purple.c400, icon: tokens.purple.c400
}, },
dropdown: { dropdown: {
@ -135,7 +135,7 @@ export default createTheme({
text: tokens.shade.c50, text: tokens.shade.c50,
secondary: tokens.shade.c100, secondary: tokens.shade.c100,
border: tokens.shade.c400, border: tokens.shade.c400,
contentBackground: tokens.shade.c500, contentBackground: tokens.shade.c500
}, },
authentication: { authentication: {
@ -144,7 +144,7 @@ export default createTheme({
inputBgHover: tokens.shade.c500, inputBgHover: tokens.shade.c500,
wordBackground: tokens.shade.c500, wordBackground: tokens.shade.c500,
copyText: tokens.shade.c100, copyText: tokens.shade.c100,
copyTextHover: tokens.ash.c50, copyTextHover: tokens.ash.c50
}, },
settings: { settings: {
@ -157,23 +157,23 @@ export default createTheme({
inactive: tokens.shade.c50, inactive: tokens.shade.c50,
icon: tokens.shade.c50, icon: tokens.shade.c50,
iconActivated: tokens.purple.c200, iconActivated: tokens.purple.c200,
activated: tokens.purple.c50, activated: tokens.purple.c50
}, }
}, },
card: { card: {
border: tokens.shade.c400, border: tokens.shade.c400,
background: tokens.shade.c400, background: tokens.shade.c400,
altBackground: tokens.shade.c400, altBackground: tokens.shade.c400
}, },
saveBar: { saveBar: {
background: tokens.shade.c800, background: tokens.shade.c800
}, }
}, },
utils: { utils: {
divider: tokens.ash.c300, divider: tokens.ash.c300
}, },
errors: { errors: {
@ -181,25 +181,25 @@ export default createTheme({
border: tokens.ash.c500, border: tokens.ash.c500,
type: { type: {
secondary: tokens.ash.c100, secondary: tokens.ash.c100
}, }
}, },
about: { about: {
circle: tokens.ash.c500, circle: tokens.ash.c500,
circleText: tokens.ash.c50, circleText: tokens.ash.c50
}, },
editBadge: { editBadge: {
bg: tokens.ash.c500, bg: tokens.ash.c500,
bgHover: tokens.ash.c400, bgHover: tokens.ash.c400,
text: tokens.ash.c50, text: tokens.ash.c50
}, },
progress: { progress: {
background: tokens.ash.c50, background: tokens.ash.c50,
preloaded: tokens.ash.c50, preloaded: tokens.ash.c50,
filled: tokens.purple.c200, filled: tokens.purple.c200
}, },
video: { video: {
@ -207,17 +207,17 @@ export default createTheme({
autoPlay: { autoPlay: {
background: tokens.ash.c700, background: tokens.ash.c700,
hover: tokens.ash.c500, hover: tokens.ash.c500
}, },
scraping: { scraping: {
card: tokens.shade.c700, card: tokens.shade.c700,
loading: tokens.purple.c200, loading: tokens.purple.c200,
noresult: tokens.ash.c100, noresult: tokens.ash.c100
}, },
audio: { audio: {
set: tokens.purple.c200, set: tokens.purple.c200
}, },
context: { context: {
@ -236,17 +236,17 @@ export default createTheme({
buttons: { buttons: {
list: tokens.ash.c700, list: tokens.ash.c700,
active: tokens.ash.c900, active: tokens.ash.c900
}, },
closeHover: tokens.ash.c800, closeHover: tokens.ash.c800,
type: { type: {
secondary: tokens.ash.c200, secondary: tokens.ash.c200,
accent: tokens.purple.c200, accent: tokens.purple.c200
}, }
}, }
}, }
}, }
}, }
}); });