i3
|
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).
uint32_t Colortriple::background |
Definition at line 50 of file config.h.
Referenced by decorate_window(), handle_expose_event(), render_internal_bar(), and yyparse().
uint32_t Colortriple::border |
Definition at line 49 of file config.h.
Referenced by decorate_window(), render_internal_bar(), resize_graphical_handler(), and yyparse().
uint32_t Colortriple::text |
Definition at line 51 of file config.h.
Referenced by decorate_window(), render_internal_bar(), and yyparse().