mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
theme: add window_active_handle_bg_color
This commit is contained in:
parent
d40445da1d
commit
c7a179f5b3
4 changed files with 10 additions and 3 deletions
|
|
@ -5,6 +5,8 @@
|
|||
|
||||
struct theme {
|
||||
float window_active_title_bg_color[4];
|
||||
float window_active_handle_bg_color[4];
|
||||
float window_inactive_title_bg_color[4];
|
||||
};
|
||||
|
||||
extern struct theme theme;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue