Using CSS we can choose but could not find default theme aliases.. or better put, could find accent_fg/bg_color but the backgound-color does not change.
text selection {
background-color: @accent_bg_color;
color: @accent_fg_color;
}
Using hardcoded colors does work... we may use this workaround for the moment but needs rethinking
Using CSS we can choose but could not find default theme aliases.. or better put, could find accent_fg/bg_color but the backgound-color does not change.
Using hardcoded colors does work... we may use this workaround for the moment but needs rethinking