Adjust light theme

This commit is contained in:
Matthias Metelka 2022-08-18 12:38:32 +02:00
parent 068c2c10cf
commit f8f3f28d08

View file

@ -22,11 +22,11 @@ $vars: (
dark: get($color, gray, 0),
),
window-bg: (
light: get($color, gray, 1),
light: get($color, gray, 0),
dark: get($color, gray, 6),
),
frame-bg: (
light: get($color, gray, 0),
light: white,
dark: get($color, gray, 7),
),
border: (