mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 23:12:21 -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: (
|
||||
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: (
|
||||
|
|
|
@ -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: (
|
||||
|
|
Loading…
Reference in a new issue