mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
theme: add window_active_handle_bg_color
This commit is contained in:
parent
d40445da1d
commit
c7a179f5b3
4 changed files with 10 additions and 3 deletions
|
|
@ -36,6 +36,10 @@ static void entry(const char *key, const char *value)
|
|||
return;
|
||||
if (!strcmp(key, "window.active.title.bg.color"))
|
||||
parse_hexstr(value, theme.window_active_title_bg_color);
|
||||
if (!strcmp(key, "window.active.handle.bg.color"))
|
||||
parse_hexstr(value, theme.window_active_handle_bg_color);
|
||||
if (!strcmp(key, "window.inactive.title.bg.color"))
|
||||
parse_hexstr(value, theme.window_inactive_title_bg_color);
|
||||
}
|
||||
|
||||
static void rtrim(char **s)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue