theme: add osd colors

This commit is contained in:
Johan Malm 2021-10-13 21:29:32 +01:00
parent 2d4ca16db8
commit 960a1bb2ed
4 changed files with 32 additions and 5 deletions

View file

@ -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;