Part of the struct Config. More...
#include <config.h>
Data Fields | |
uint32_t | border |
uint32_t | background |
uint32_t | text |
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 53 of file config.h.
uint32_t Colortriple::background |
Definition at line 55 of file config.h.
Referenced by x_draw_decoration(), and yyparse().
uint32_t Colortriple::border |
Definition at line 54 of file config.h.
Referenced by resize_graphical_handler(), x_draw_decoration(), and yyparse().
uint32_t Colortriple::text |
Definition at line 56 of file config.h.
Referenced by x_draw_decoration(), and yyparse().