mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 22:42:25 -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: (
|
||||
gray: (
|
||||
0: #fcfcfc,
|
||||
1: #f6f6f6,
|
||||
0: #f8f8f8,
|
||||
1: #f4f4f4,
|
||||
2: #d6d6d6,
|
||||
3: #d1d1d1,
|
||||
4: #919191,
|
||||
|
@ -16,7 +16,7 @@ $colors: (
|
|||
6: #2d2d2d,
|
||||
7: #2a2a2a,
|
||||
8: #252526,
|
||||
9: #1e1e1e,
|
||||
9: #181818,
|
||||
),
|
||||
red: (
|
||||
0: #fef2f2,
|
||||
|
|
Loading…
Reference in a new issue