i3
Data Fields
Colortriple Struct Reference

Part of the struct Config. More...

#include <config.h>

Data Fields

uint32_t border
uint32_t background
uint32_t text
uint32_t indicator

Detailed Description

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.


Field Documentation

uint32_t Colortriple::background

Definition at line 55 of file config.h.

Referenced by yyparse().

uint32_t Colortriple::border

Definition at line 54 of file config.h.

Referenced by resize_graphical_handler(), and yyparse().

uint32_t Colortriple::indicator

Definition at line 57 of file config.h.

Referenced by yyparse().

uint32_t Colortriple::text

Definition at line 56 of file config.h.

Referenced by yyparse().


The documentation for this struct was generated from the following file: