labwc-theme(5): document x11-color-names

This commit is contained in:
Johan Malm 2025-06-23 20:01:13 +01:00 committed by John Lindgren
parent 4fd5d7747e
commit db7c72ef39

View file

@ -37,7 +37,17 @@ labwc-config(5).
# DATA TYPES # DATA TYPES
*color* *color*
Colors can be specified by either of the following: Colors can be specified by name or hexadecimal Red-Green-Blue (RGB)
value:
*color name* refers to "X11 color name", for example: 'white', 'grey40',
'pink' and 'peach puff'. More information can be found here:
- http://en.wikipedia.org/wiki/Web_colors#X11_color_names
- http://en.wikipedia.org/wiki/X11_color_names
- https://github.com/labwc/labwc/blob/master/src/common/rgb.txt
*RGB value*
- #rrggbb (hexadecimal RGB values) - #rrggbb (hexadecimal RGB values)
- #rrggbb aaa (same but with decimal alpha value percentage) - #rrggbb aaa (same but with decimal alpha value percentage)
- #rrggbbaa (same but with inline alpha value in hex encoding) - #rrggbbaa (same but with inline alpha value in hex encoding)