]> git.mdlowis.com Git - proto/labwc.git/commit
theme: support different colored buttons
authorJohan Malm <jgm323@gmail.com>
Wed, 11 Aug 2021 19:58:35 +0000 (20:58 +0100)
committerJohan Malm <jgm323@gmail.com>
Wed, 11 Aug 2021 19:58:35 +0000 (20:58 +0100)
commitdff6dba54bd15cce78a3ab84eb2b78dca6705200
treefe7885f779e4a139d641013a5533677b4fc58d75
parent7ef4feddc75733373c5ae327c6ada63f53e39b55
theme: support different colored buttons

Add the following theme keys:

- window.active.button.iconify.unpressed.image.color
- window.active.button.max.unpressed.image.color
- window.active.button.close.unpressed.image.color
- window.inactive.button.iconify.unpressed.image.color
- window.inactive.button.max.unpressed.image.color
- window.inactive.button.close.unpressed.image.color

As far as I can tell, the openbox documentation does not mention the
entries listed above, but openbox does support them and some themes
do use them.
include/theme.h
src/theme.c
src/xbm/xbm.c