mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-27 07:58:07 -04:00
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:
parent
1a755d0da2
commit
7334b53d83
6 changed files with 43 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue