mirror of
https://github.com/labwc/labwc.git
synced 2026-02-13 04:27:49 -05:00
osd-classic: add theme options for selected window item
This commit adds new theme options: - osd.window-switcher.style-classic.item.active.border.color - osd.window-switcher.style-classic.item.active.bg.color These theme options configures the border/background of selected window item in the `classic` style window switcher. Their default values are identical to `thumbnail` style window switcher, which means the default border color is now `osd.label.text.color` with 50% opacity and the default background color is now `osd.label.text.color` with 15% opacity.
This commit is contained in:
parent
5f981226c2
commit
5e8df27f84
5 changed files with 96 additions and 46 deletions
|
|
@ -170,6 +170,8 @@ struct theme {
|
|||
int item_padding_x;
|
||||
int item_padding_y;
|
||||
int item_active_border_width;
|
||||
float item_active_border_color[4];
|
||||
float item_active_bg_color[4];
|
||||
int item_icon_size;
|
||||
bool width_is_percent;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue