mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
Saturate highlight-bg in light theme
This commit is contained in:
parent
f2d5abb95d
commit
b7cc8edcae
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ $vars: (
|
||||||
),
|
),
|
||||||
highlight: (
|
highlight: (
|
||||||
bg: (
|
bg: (
|
||||||
light: color(cyan, 2),
|
light: color(cyan, 4),
|
||||||
dark: color(cyan, 2),
|
dark: color(cyan, 2),
|
||||||
),
|
),
|
||||||
fg: (
|
fg: (
|
||||||
|
|
Loading…
Reference in a new issue