Light theme: decrease brightness of canvas-default and adjust fg-default

This commit is contained in:
Matthias Metelka 2022-09-02 12:49:37 +02:00
parent e4f3f9bf41
commit decfa16df2

View file

@ -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,