Update scrollbar selection style

This commit is contained in:
Nate Butler 2023-07-06 10:54:47 -04:00
parent 3e245fec90
commit 793eff1695

View file

@ -304,9 +304,7 @@ export default function editor(): any {
? with_opacity(theme.ramps.green(0.5).hex(), 0.8) ? with_opacity(theme.ramps.green(0.5).hex(), 0.8)
: with_opacity(theme.ramps.green(0.4).hex(), 0.8), : with_opacity(theme.ramps.green(0.4).hex(), 0.8),
}, },
selections: is_light selections: foreground(layer, "accent")
? with_opacity(theme.ramps.blue(0.5).hex(), 0.8)
: with_opacity(theme.ramps.blue(0.4).hex(), 0.8)
}, },
composition_mark: { composition_mark: {
underline: { underline: {