mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Configure border and titlebar color per app by using window rules
Signed-off-by: dmitry-erin <dmitry.erin@unikie.com>
This commit is contained in:
parent
7e60c57b81
commit
2cf0a85c45
10 changed files with 207 additions and 102 deletions
|
|
@ -128,4 +128,13 @@ void theme_init(struct theme *theme, const char *theme_name);
|
|||
*/
|
||||
void theme_finish(struct theme *theme);
|
||||
|
||||
void theme_parse_hexstr(const char *hex, float *rgba);
|
||||
|
||||
/**
|
||||
* get_theme_for_view - get theme with check for custom color
|
||||
* @view: view data
|
||||
* @return: theme struct with color customization
|
||||
*/
|
||||
struct theme get_theme_for_view(struct view *view);
|
||||
|
||||
#endif /* LABWC_THEME_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue