theme: implement osd.border.color and osd.border.width

http://openbox.org/wiki/Help:Themes#osd.border.color
http://openbox.org/wiki/Help:Themes#osd.border.width
This commit is contained in:
Consolatis 2022-05-31 19:14:58 +02:00 committed by Johan Malm
parent c4074207e1
commit b7907cc2da
5 changed files with 58 additions and 6 deletions

View file

@ -50,7 +50,9 @@ struct theme {
float menu_items_active_bg_color[4];
float menu_items_active_text_color[4];
int osd_border_width;
float osd_bg_color[4];
float osd_border_color[4];
float osd_label_text_color[4];
/* textures */