change ui colors

This commit is contained in:
2024-08-09 18:31:11 +03:00
parent 45d687f10a
commit 78b93d895f
4 changed files with 30 additions and 30 deletions

View File

@@ -24,24 +24,24 @@ $colors: (
'blue': c.variants(#89b4fa, $is-dark),
'lavender': c.variants(#b4befe, $is-dark),
'black': c.variants(#181825, $is-dark),
'white': c.variants(#e6edf3, $is-dark),
'white': c.variants(#fff4f7, $is-dark),
),
text: #e6edf3,
text: #fff4f7,
primary: c.variants($brand, $is-dark),
secondary: c.variants(#5d5f7a, $is-dark),
secondary: c.variants(#e6859b, $is-dark),
elevation: (
'1': #000000, // crust
'2': #040407, // mantle
'3': #07070f, // base
'4': #161720, // surface0
'5': #1a1a25, // surface1
'6': #222330, // surface2
'7': #393c4d, // overlay0
'8': #515569, // overlay1
'9': #6b7188, // overlay2
'10': #868ca5, // subtext0
'11': #9aa2c2, // subtext1
'12': #b6c0e0, //
'3': #190f11, // base
'4': #331e22, // surface0
'5': #4c2c34, // surface1
'6': #663b45, // surface2
'7': #804a56, // overlay0
'8': #995967, // overlay1
'9': #b36878, // overlay2
'10': #cc768a, // subtext0
'11': #e6859b, // subtext1
'12': #ffdfe6, //
)
);

View File

@@ -24,24 +24,24 @@ $colors: (
'blue': c.variants(#1e66f5, $is-dark),
'lavender': c.variants(#7287fd, $is-dark),
'black': c.variants(#181825, $is-dark),
'white': c.variants(#e6edf3, $is-dark),
'white': c.variants(#fff4f7, $is-dark),
),
text: #4c4f69,
text: #190f11,
primary: c.variants($brand, $is-dark),
secondary: c.variants(#5d5f7a, $is-dark),
secondary: c.variants(#e6859b, $is-dark),
elevation: (
'1': #dce0e8, // crust
'2': #e6e9ef, // mantle
'3': #eff1f5, // base
'4': #ccd0da, // surface0
'5': #bcc0cc, // surface1
'6': #acb0be, // surface2
'7': #9ca0b0, // overlay0
'8': #8c8fa1, // overlay1
'9': #7c7f93, // overlay2
'10': #6c6f85, // subtext0
'11': #5c5f77, // subtext1
'12': #4c4f69, //
'1': #ffdfe6, // crust
'2': #ffeaee, // mantle
'3': #fff4f7, // base
'4': #e6859b, // surface0
'5': #cc768a, // surface1
'6': #b36878, // surface2
'7': #995967, // overlay0
'8': #804a56, // overlay1
'9': #663b45, // overlay2
'10': #4c2c34, // subtext0
'11': #331e22, // subtext1
'12': #190f11, //
)
);