theme: add window_active_handle_bg_color

This commit is contained in:
Johan Malm 2020-06-12 21:41:30 +01:00
parent d40445da1d
commit c7a179f5b3
4 changed files with 10 additions and 3 deletions

View file

@ -5,6 +5,8 @@
struct theme {
float window_active_title_bg_color[4];
float window_active_handle_bg_color[4];
float window_inactive_title_bg_color[4];
};
extern struct theme theme;