config: add csd.button-color option

This option controls the foreground color of the
minimize/maximize/close buttons. I.e. the color used to draw the
minimize/maximize/close glyphs.

It defaults to default background color.
This commit is contained in:
Daniel Eklöf 2021-06-20 10:44:50 +02:00
parent 1a755d0da2
commit 7334b53d83
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
6 changed files with 43 additions and 10 deletions

View file

@ -518,17 +518,21 @@ component.
Width, in pixels (subject to output scaling), of the
minimize/maximize/close buttons. Default: _26_.
*button-color*
Foreground color on the minimize/maximize/close buttons. Default:
use the default _background_ color.
*button-minimize-color*
Minimize button's AARRGGBB color. Default: use the default
_regular4_ color (blue).
Minimize button's background color, on the format
AARRGGBB. Default: use the default _regular4_ color (blue).
*button-maximize-color*
Maximize button's AARRGGBB color. Default: use the default
_regular2_ color (green).
Maximize button's background color, on the format
AARRGGBB. Default: use the default _regular2_ color (green).
*button-close-color*
Close button's AARRGGBB color. Default: use the default _regular1_
color (red).
Close button's background color, on the format AARRGGBB. Default:
use the default _regular1_ color (red).
# SECTION: key-bindings