Light theme: darken background and flatten transition

also set hue and saturation of gray-8 to 0 (like all the other grays).
This commit is contained in:
Matthias Metelka 2022-09-02 15:55:23 +02:00
parent 690cc04edd
commit 7d45b65ebe
2 changed files with 7 additions and 7 deletions

View file

@ -7,15 +7,15 @@
$colors: (
gray: (
0: #f8f8f8,
1: #f4f4f4,
2: #d6d6d6,
0: #f4f4f4,
1: #efefef,
2: #e3e3e3,
3: #d1d1d1,
4: #919191,
5: #3a3a3a,
6: #2d2d2d,
7: #2a2a2a,
8: #252526,
8: #252525,
9: #181818,
),
red: (

View file

@ -19,7 +19,7 @@ $vars: (
colors: (
canvas: (
default: (
light: palette(gray, 1),
light: palette(gray, 0),
dark: palette(gray, 7),
),
outset: (
@ -37,11 +37,11 @@ $vars: (
),
border: (
default: (
light: palette(gray, 4),
light: palette(gray, 3),
dark: palette(gray, 9),
),
subtle: (
light: palette(gray, 3),
light: palette(gray, 2),
dark: palette(gray, 6),
),
focus: (