mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
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:
parent
690cc04edd
commit
7d45b65ebe
2 changed files with 7 additions and 7 deletions
|
@ -7,15 +7,15 @@
|
||||||
|
|
||||||
$colors: (
|
$colors: (
|
||||||
gray: (
|
gray: (
|
||||||
0: #f8f8f8,
|
0: #f4f4f4,
|
||||||
1: #f4f4f4,
|
1: #efefef,
|
||||||
2: #d6d6d6,
|
2: #e3e3e3,
|
||||||
3: #d1d1d1,
|
3: #d1d1d1,
|
||||||
4: #919191,
|
4: #919191,
|
||||||
5: #3a3a3a,
|
5: #3a3a3a,
|
||||||
6: #2d2d2d,
|
6: #2d2d2d,
|
||||||
7: #2a2a2a,
|
7: #2a2a2a,
|
||||||
8: #252526,
|
8: #252525,
|
||||||
9: #181818,
|
9: #181818,
|
||||||
),
|
),
|
||||||
red: (
|
red: (
|
||||||
|
|
|
@ -19,7 +19,7 @@ $vars: (
|
||||||
colors: (
|
colors: (
|
||||||
canvas: (
|
canvas: (
|
||||||
default: (
|
default: (
|
||||||
light: palette(gray, 1),
|
light: palette(gray, 0),
|
||||||
dark: palette(gray, 7),
|
dark: palette(gray, 7),
|
||||||
),
|
),
|
||||||
outset: (
|
outset: (
|
||||||
|
@ -37,11 +37,11 @@ $vars: (
|
||||||
),
|
),
|
||||||
border: (
|
border: (
|
||||||
default: (
|
default: (
|
||||||
light: palette(gray, 4),
|
light: palette(gray, 3),
|
||||||
dark: palette(gray, 9),
|
dark: palette(gray, 9),
|
||||||
),
|
),
|
||||||
subtle: (
|
subtle: (
|
||||||
light: palette(gray, 3),
|
light: palette(gray, 2),
|
||||||
dark: palette(gray, 6),
|
dark: palette(gray, 6),
|
||||||
),
|
),
|
||||||
focus: (
|
focus: (
|
||||||
|
|
Loading…
Reference in a new issue