contour icon indicating copy to clipboard operation
contour copied to clipboard

Support OS accent colors in color schemes

Open christianparpart opened this issue 2 years ago • 1 comments

MacOS, Windows, as well as KDE (most likely other UNIX DEs) do support accent colors.

It would be nice to make use of that when declaring a colorscheme. This could be mostly usefull for selection foreground/background colors, but maybe also somewhere else.

Accent colors should be mixable with other colors by X% in order to enable variation

Example ideas

default:
    # ...
    background: [accent_mix: '#bfceff', accent_factor: 0.75]
selection:
    foreground: [invert: accent]
    background: accent

christianparpart avatar Oct 09 '23 12:10 christianparpart

good

szxnbnb66666 avatar Oct 29 '23 03:10 szxnbnb66666