mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04: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
|
|
@ -97,6 +97,8 @@ osd.window-switcher.style-classic.padding: 4
|
|||
osd.window-switcher.style-classic.item.padding.x: 10
|
||||
osd.window-switcher.style-classic.item.padding.y: 1
|
||||
osd.window-switcher.style-classic.item.active.border.width: 2
|
||||
osd.window-switcher.style-classic.item.active.border.color: #706f6d
|
||||
osd.window-switcher.style-classic.item.active.bg.color: #bfbcba
|
||||
# The icon size the same as the font size by default
|
||||
# osd.window-switcher.style-classic.item.icon.size: 50
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue