mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04:00
theme: add osd colors
This commit is contained in:
parent
2d4ca16db8
commit
960a1bb2ed
4 changed files with 32 additions and 5 deletions
|
|
@ -34,6 +34,9 @@ struct theme {
|
|||
float menu_items_active_bg_color[4];
|
||||
float menu_items_active_text_color[4];
|
||||
|
||||
float osd_bg_color[4];
|
||||
float osd_label_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