mirror of
https://github.com/labwc/labwc.git
synced 2026-02-10 04:27:47 -05:00
theme: add window.inactive.border.color
This commit is contained in:
parent
31d3a53e46
commit
8f8a6dfea1
3 changed files with 25 additions and 8 deletions
|
|
@ -13,11 +13,12 @@
|
|||
struct theme {
|
||||
int border_width;
|
||||
|
||||
float window_active_border_color[4];
|
||||
float window_inactive_border_color[4];
|
||||
|
||||
float window_active_title_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