]> git.mdlowis.com Git - proto/labwc.git/commit
osd-classic: add theme options for selected window item
authortokyo4j <hrak1529@gmail.com>
Wed, 1 Oct 2025 05:25:43 +0000 (14:25 +0900)
committerHiroaki Yamamoto <hrak1529@gmail.com>
Sun, 12 Oct 2025 16:46:43 +0000 (01:46 +0900)
commit5e8df27f84f59b775fbf981f734427061e194e98
treec63425b7a1a7f32692a3d67a6360377f0441bfd3
parent5f981226c27d85a408341fb4edca6b5b9790ecf4
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.
docs/labwc-theme.5.scd
docs/themerc
include/theme.h
src/osd/osd-classic.c
src/theme.c