mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
docs: update theme documentation
.. to reflect that its now possible to change the color of the menu button
This commit is contained in:
parent
6d1d0aecab
commit
63632cfd1a
2 changed files with 2 additions and 2 deletions
|
|
@ -98,7 +98,7 @@ A theme consists of a themerc file and optionally some xbm icons.
|
|||
state. This element is for non-focused windows.
|
||||
|
||||
Note: The button elements (i.e. window.[in]active.button.\*) support defining
|
||||
different types of buttons individually by inserting the type ("iconify", "max"
|
||||
different types of buttons individually by inserting the type ("menu", "iconify", "max"
|
||||
and "close") after the button node. For example:
|
||||
window.active.button.iconify.unpressed.image.color
|
||||
This syntax is not not documented on the openbox.org wiki, but is supported by
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ window.label.text.justify: center
|
|||
window.active.button.unpressed.image.color: #000000
|
||||
window.inactive.button.unpressed.image.color: #000000
|
||||
|
||||
# Note that "iconify", "max", "close" buttons colors can be defined
|
||||
# Note that "menu", "iconify", "max", "close" buttons colors can be defined
|
||||
# individually by inserting the type after the button node, for example:
|
||||
#
|
||||
# window.active.button.iconify.unpressed.image.color: #333333
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue