Tweak scrollbar colors for better visibility in dark theme (#2225)

This commit is contained in:
Matthias Metelka 2022-12-01 07:15:17 +01:00 committed by GitHub
parent a48c96559d
commit 49455b4b14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: (