mirror of
https://github.com/labwc/labwc.git
synced 2026-02-18 22:05:32 -05:00
theme: add window.active.border.color
This replaces window.active.handle.bg.color which will no longer be supported.
This commit is contained in:
parent
f3a0db29f5
commit
31d3a53e46
4 changed files with 10 additions and 10 deletions
|
|
@ -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];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue