mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 23:42:23 -04:00
Skew color palette for more dark values
by removing gray[3], which wasn't used anywhere. Slight adjustments were made to the darker tones.
This commit is contained in:
parent
04781de828
commit
eba1fc18b6
1 changed files with 8 additions and 8 deletions
|
@ -11,14 +11,14 @@ $color: (
|
||||||
gray: (
|
gray: (
|
||||||
0: #fcfdfe,
|
0: #fcfdfe,
|
||||||
1: #f2f5f8,
|
1: #f2f5f8,
|
||||||
2: #dde1e7,
|
2: #d7dbe1,
|
||||||
3: #aeb5be,
|
3: #7e868f,
|
||||||
4: #7a818a,
|
4: #4a5058,
|
||||||
5: #4a5058,
|
5: #2d3138,
|
||||||
6: #2d3138,
|
6: #1d2126,
|
||||||
7: #181b1f,
|
7: #161a1d,
|
||||||
8: #101215,
|
8: #121518,
|
||||||
9: #0b0c0e,
|
9: #0c0e10,
|
||||||
),
|
),
|
||||||
red: (
|
red: (
|
||||||
0: #fef2f2,
|
0: #fef2f2,
|
||||||
|
|
Loading…
Reference in a new issue