mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Use old --frame-bg color and use darker tone for canvas-default
This commit is contained in:
parent
98f8ab7344
commit
1498ba2c29
2 changed files with 5 additions and 5 deletions
|
@ -12,7 +12,7 @@ $colors: (
|
||||||
2: #d6d6d6,
|
2: #d6d6d6,
|
||||||
3: #d1d1d1,
|
3: #d1d1d1,
|
||||||
4: #919191,
|
4: #919191,
|
||||||
5: #4d4d4d,
|
5: #3a3a3a,
|
||||||
6: #2d2d2d,
|
6: #2d2d2d,
|
||||||
7: #2a2a2a,
|
7: #2a2a2a,
|
||||||
8: #252526,
|
8: #252526,
|
||||||
|
|
|
@ -20,7 +20,7 @@ $vars: (
|
||||||
canvas: (
|
canvas: (
|
||||||
default: (
|
default: (
|
||||||
light: palette(gray, 0),
|
light: palette(gray, 0),
|
||||||
dark: palette(gray, 6),
|
dark: palette(gray, 7),
|
||||||
),
|
),
|
||||||
outset: (
|
outset: (
|
||||||
light: white,
|
light: white,
|
||||||
|
@ -28,7 +28,7 @@ $vars: (
|
||||||
),
|
),
|
||||||
inset: (
|
inset: (
|
||||||
light: palette(gray, 1),
|
light: palette(gray, 1),
|
||||||
dark: palette(gray, 7),
|
dark: palette(gray, 8),
|
||||||
),
|
),
|
||||||
overlay: (
|
overlay: (
|
||||||
light: white,
|
light: white,
|
||||||
|
@ -38,11 +38,11 @@ $vars: (
|
||||||
border: (
|
border: (
|
||||||
default: (
|
default: (
|
||||||
light: palette(gray, 5),
|
light: palette(gray, 5),
|
||||||
dark: palette(gray, 8),
|
dark: palette(gray, 9),
|
||||||
),
|
),
|
||||||
subtle: (
|
subtle: (
|
||||||
light: palette(gray, 3),
|
light: palette(gray, 3),
|
||||||
dark: palette(gray, 7),
|
dark: palette(gray, 6),
|
||||||
),
|
),
|
||||||
focus: (
|
focus: (
|
||||||
light: palette(indigo, 5),
|
light: palette(indigo, 5),
|
||||||
|
|
Loading…
Reference in a new issue