Skip to content

Make color opacity configurable

Florian Bruhin requested to merge florianbruhin/ktouch:color-config into master

With the default 0.125 opacity, anything but very bright colors isn't really visible - for example, with the Gruvbox color scheme:

ktouch1

This MR adds a new slider to customize the formerly hardcoded opacity:

ktouch2

With it set to 33%, the same color scheme is much more recognizable:

ktouch3

Merge request reports