mirror of
https://github.com/labwc/labwc.git
synced 2026-02-16 22:05:27 -05:00
Support icon colors
xbm/parse: support specifiying color when loading icon theme.c: parse window.active.button.unpressed.image.color
This commit is contained in:
parent
4f96230ebf
commit
5122a9be69
5 changed files with 22 additions and 10 deletions
|
|
@ -14,6 +14,7 @@ struct theme {
|
|||
float window_active_title_bg_color[4];
|
||||
float window_active_handle_bg_color[4];
|
||||
float window_inactive_title_bg_color[4];
|
||||
float window_active_button_unpressed_image_color[4];
|
||||
struct wlr_texture *xbm_close;
|
||||
struct wlr_texture *xbm_maximize;
|
||||
struct wlr_texture *xbm_iconify;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue