mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04:00
theme: replace THEME_(IN)ACTIVE with SSD_(IN)ACTIVE
This commit is contained in:
parent
77a11568a7
commit
860fc1628b
4 changed files with 79 additions and 80 deletions
|
|
@ -348,7 +348,7 @@ ssd_enable_keybind_inhibit_indicator(struct ssd *ssd, bool enable)
|
|||
|
||||
float *color = enable
|
||||
? rc.theme->window_toggled_keybinds_color
|
||||
: rc.theme->window[THEME_ACTIVE].border_color;
|
||||
: rc.theme->window[SSD_ACTIVE].border_color;
|
||||
wlr_scene_rect_set_color(ssd->border.subtrees[SSD_ACTIVE].top, color);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue