docs: update theme documentation

.. to reflect that its now possible to change the color of the menu button
This commit is contained in:
Flrian 2022-12-23 18:20:49 +01:00 committed by Consolatis
parent 6d1d0aecab
commit 63632cfd1a
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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