|
i3
|
Part of the struct Config. More...
#include <config.h>

Data Fields | |
| color_t | border |
| color_t | background |
| color_t | text |
| color_t | indicator |
| color_t | child_border |
Part of the struct Config.
It makes sense to group colors for background, border and text as every element in i3 has them (window decorations, bar).
| color_t Colortriple::background |
Definition at line 54 of file config.h.
Referenced by open_placeholder_window(), update_placeholder_contents(), x_draw_decoration(), and x_draw_decoration_after_title().
| color_t Colortriple::border |
Definition at line 53 of file config.h.
Referenced by resize_graphical_handler(), x_draw_decoration_after_title(), and x_draw_title_border().
| color_t Colortriple::child_border |
Definition at line 57 of file config.h.
Referenced by x_draw_decoration().
| color_t Colortriple::indicator |
Definition at line 56 of file config.h.
Referenced by x_draw_decoration().
| color_t Colortriple::text |
Definition at line 55 of file config.h.
Referenced by x_draw_decoration().
1.8.5