i3
|
Part of the struct Config. More...
#include <configuration.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).
Definition at line 54 of file configuration.h.
color_t Colortriple::background |
Definition at line 56 of file configuration.h.
Referenced by update_placeholder_contents(), x_draw_decoration(), and x_draw_decoration_after_title().
color_t Colortriple::border |
Definition at line 55 of file configuration.h.
Referenced by resize_graphical_handler(), and x_draw_title_border().
color_t Colortriple::child_border |
Definition at line 59 of file configuration.h.
Referenced by x_draw_decoration().
color_t Colortriple::indicator |
Definition at line 58 of file configuration.h.
Referenced by create_drop_indicator(), and x_draw_decoration().
color_t Colortriple::text |
Definition at line 57 of file configuration.h.
Referenced by update_placeholder_contents(), and x_draw_decoration().