mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Tweak scrollbar colors for better visibility in dark theme (#2225)
This commit is contained in:
parent
a48c96559d
commit
49455b4b14
1 changed files with 3 additions and 3 deletions
|
@ -217,14 +217,14 @@ $vars: (
|
||||||
"Background of scrollbar in idle state (Win/Lin only)",
|
"Background of scrollbar in idle state (Win/Lin only)",
|
||||||
(
|
(
|
||||||
light: palette(lightgray, 5),
|
light: palette(lightgray, 5),
|
||||||
dark: palette(darkgray, 4),
|
dark: palette(darkgray, 3),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
hover: (
|
hover: (
|
||||||
"Background of scrollbar in hover state (Win/Lin only)",
|
"Background of scrollbar in hover state (Win/Lin only)",
|
||||||
(
|
(
|
||||||
light: palette(lightgray, 6),
|
light: palette(lightgray, 6),
|
||||||
dark: palette(darkgray, 3),
|
dark: palette(darkgray, 2),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
active: (
|
active: (
|
||||||
|
@ -241,7 +241,7 @@ $vars: (
|
||||||
"Default box-shadow color",
|
"Default box-shadow color",
|
||||||
(
|
(
|
||||||
light: palette(lightgray, 6),
|
light: palette(lightgray, 6),
|
||||||
dark: palette(darkgray, 7),
|
dark: palette(darkgray, 8),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
inset: (
|
inset: (
|
||||||
|
|
Loading…
Reference in a new issue