*menu.items.active.text.color*
Text color of active menu item
+*border.color*
+ Set all border colors. This is obsolete, but supported for backward
+ compatibility as some themes still contain it.
+
# BUTTONS
The images used for the titlebar buttons are 1-bit xbm (X Bitmaps). These are
if (match(key, "window.inactive.border.color")) {
parse_hexstr(value, theme->window_inactive_border_color);
}
+ /* border.color is obsolete, but handled for backward compatibility */
+ if (match(key, "border.color")) {
+ parse_hexstr(value, theme->window_active_border_color);
+ parse_hexstr(value, theme->window_inactive_border_color);
+ }
if (match(key, "window.active.title.bg.color")) {
parse_hexstr(value, theme->window_active_title_bg_color);