mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22: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: (
|
||||
0: #fcfdfe,
|
||||
1: #f2f5f8,
|
||||
2: #dde1e7,
|
||||
3: #aeb5be,
|
||||
4: #7a818a,
|
||||
5: #4a5058,
|
||||
6: #2d3138,
|
||||
7: #181b1f,
|
||||
8: #101215,
|
||||
9: #0b0c0e,
|
||||
2: #d7dbe1,
|
||||
3: #7e868f,
|
||||
4: #4a5058,
|
||||
5: #2d3138,
|
||||
6: #1d2126,
|
||||
7: #161a1d,
|
||||
8: #121518,
|
||||
9: #0c0e10,
|
||||
),
|
||||
red: (
|
||||
0: #fef2f2,
|
||||
|
|
Loading…
Reference in a new issue