mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Adjust light theme
This commit is contained in:
parent
a7c1cdfa2d
commit
98ed2813cc
1 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ $vars: (
|
|||
colors: (
|
||||
canvas: (
|
||||
default: (
|
||||
light: palette(gray, 0),
|
||||
light: palette(gray, 1),
|
||||
dark: palette(gray, 7),
|
||||
),
|
||||
outset: (
|
||||
|
@ -27,7 +27,7 @@ $vars: (
|
|||
dark: palette(gray, 5),
|
||||
),
|
||||
inset: (
|
||||
light: palette(gray, 1),
|
||||
light: palette(gray, 2),
|
||||
dark: palette(gray, 8),
|
||||
),
|
||||
overlay: (
|
||||
|
@ -37,7 +37,7 @@ $vars: (
|
|||
),
|
||||
border: (
|
||||
default: (
|
||||
light: palette(gray, 5),
|
||||
light: palette(gray, 4),
|
||||
dark: palette(gray, 9),
|
||||
),
|
||||
subtle: (
|
||||
|
|
Loading…
Reference in a new issue