phastmike / tags

A simple text tagger
Other
16 stars 0 forks source link

Default GtkText selection colors aren't great #43

Closed phastmike closed 1 year ago

phastmike commented 1 year ago

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