add decoration_border color for the actual client borders

see https://github.com/i3/i3/pull/2136
This commit is contained in:
Lauri Tirkkonen
2015-12-28 14:37:42 +02:00
parent cd172da6ae
commit 034a12acad
8 changed files with 65 additions and 51 deletions

View File

@ -54,6 +54,7 @@ struct Colortriple {
color_t background;
color_t text;
color_t indicator;
color_t decoration_border;
};
/**