]> git.mdlowis.com Git - proto/labwc.git/commit
labwc-theme(5): describe color alpha value
authorJohan Malm <jgm323@gmail.com>
Fri, 4 Aug 2023 21:37:39 +0000 (22:37 +0100)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Sat, 5 Aug 2023 02:13:25 +0000 (04:13 +0200)
commit17c6af892516ed54fa2960eba444ade7c498ea84
tree03ea40e5daf86975ea93beedca5388d1e4cc25aa
parent1ee8715d57ddb6b444e0b089879db6f837400539
labwc-theme(5): describe color alpha value

...which has been supported for a long time but not been reflected in the
man page.  Colors can be parsed as `#rrggbb aaa` with aaa representing a
decimal alpha value. This could be used to hide a button, for example:

    window.active.button.menu.unpressed.image.color: #000000 0
    window.inactive.button.menu.unpressed.image.color: #000000 0
docs/labwc-theme.5.scd