Skip to content

Commit

Permalink
labwc-theme(5): describe color alpha value
Browse files Browse the repository at this point in the history
...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
  • Loading branch information
johanmalm committed Aug 4, 2023
1 parent cb4afad commit 2f93dce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/labwc-theme.5.scd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f93dce

Please sign in to comment.