theme: add window.active.border.color

This replaces window.active.handle.bg.color which will no longer be
supported.
This commit is contained in:
Johan Malm 2021-04-10 18:40:43 +01:00
parent f3a0db29f5
commit 31d3a53e46
4 changed files with 10 additions and 10 deletions

View file

@ -14,10 +14,10 @@ struct theme {
int border_width;
float window_active_title_bg_color[4];
float window_active_handle_bg_color[4];
float window_inactive_title_bg_color[4];
float window_active_border_color[4];
float window_active_button_unpressed_image_color[4];
float window_inactive_button_unpressed_image_color[4];