From 2f93dcecae3afb79a6dc73062272bc43b3a33580 Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Fri, 4 Aug 2023 22:37:39 +0100 Subject: [PATCH] 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/labwc-theme.5.scd b/docs/labwc-theme.5.scd index 905c5ff21..e8cb1326d 100644 --- a/docs/labwc-theme.5.scd +++ b/docs/labwc-theme.5.scd @@ -27,10 +27,10 @@ labwc-config(5). # DATA TYPES -*color RGB values* - Colors can be specified by hexadecimal RGB values in the format #rrggbb. - Other formats will be supported later for better openbox theme - compatibility. +*color* + Colors can be specified by either of the following: + - #rrggbb (hexadecimal RGB values) + - #rrggbb aaa (same but with decimal alpha value) *justification* Justification determines the horizontal alignment of text. Valid options