mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
Light theme: decrease brightness of canvas-default and adjust fg-default
This commit is contained in:
parent
e4f3f9bf41
commit
decfa16df2
1 changed files with 3 additions and 3 deletions
|
@ -7,8 +7,8 @@
|
||||||
|
|
||||||
$colors: (
|
$colors: (
|
||||||
gray: (
|
gray: (
|
||||||
0: #fcfcfc,
|
0: #f8f8f8,
|
||||||
1: #f6f6f6,
|
1: #f4f4f4,
|
||||||
2: #d6d6d6,
|
2: #d6d6d6,
|
||||||
3: #d1d1d1,
|
3: #d1d1d1,
|
||||||
4: #919191,
|
4: #919191,
|
||||||
|
@ -16,7 +16,7 @@ $colors: (
|
||||||
6: #2d2d2d,
|
6: #2d2d2d,
|
||||||
7: #2a2a2a,
|
7: #2a2a2a,
|
||||||
8: #252526,
|
8: #252526,
|
||||||
9: #1e1e1e,
|
9: #181818,
|
||||||
),
|
),
|
||||||
red: (
|
red: (
|
||||||
0: #fef2f2,
|
0: #fef2f2,
|
||||||
|
|
Loading…
Reference in a new issue