mirror of
https://github.com/labwc/labwc.git
synced 2026-02-08 10:06:59 -05:00
Add basic menu theme options
This commit is contained in:
parent
f3a95d65ad
commit
bc04f50d14
6 changed files with 42 additions and 5 deletions
|
|
@ -19,6 +19,11 @@ struct theme {
|
|||
float window_active_button_unpressed_image_color[4];
|
||||
float window_inactive_button_unpressed_image_color[4];
|
||||
|
||||
float menu_items_bg_color[4];
|
||||
float menu_items_text_color[4];
|
||||
float menu_items_active_bg_color[4];
|
||||
float menu_items_active_text_color[4];
|
||||
|
||||
struct wlr_texture *xbm_close_active_unpressed;
|
||||
struct wlr_texture *xbm_maximize_active_unpressed;
|
||||
struct wlr_texture *xbm_iconify_active_unpressed;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue