Update scrollbar selection style
This commit is contained in:
parent
3e245fec90
commit
793eff1695
1 changed files with 1 additions and 3 deletions
|
@ -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: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue