Color of the images in titlebar buttons in their default, unpressed,
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"
+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
+openbox and is used by many popular themes. For the sake of brevity, these
+elements are not listed here, but are supported.
+
*menu.items.bg.color*
Background color of inactive menu items
*menu.items.active.text.color*
Text color of active menu item
+# BUTTONS
+
+The images used for the titlebar buttons are 1-bit xbm (X Bitmaps). These are
+masks where 0=clear and 1=colored. The xbm image files are placed in the same
+directory within your theme as the themerc file. Here are all the possible xbm
+files looked for:
+
+- max.xbm
+- iconify.xbm
+- close.xbm
+
+More will be supported later.
+
# DEFINITIONS
The handle is the window edge decoration at the bottom of the window.
window.active.button.unpressed.image.color: #000000
window.inactive.button.unpressed.image.color: #000000
+#
+# Note that "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
+#
+
# menu
menu.items.bg.color: #fcfbfa
menu.items.text.color: #000000