i3
Colortriple Struct Reference

Part of the struct Config. More...

#include <configuration.h>

Collaboration diagram for Colortriple:

Data Fields

color_t border
color_t background
color_t text
color_t indicator
color_t child_border

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 54 of file configuration.h.

Field Documentation

◆ background

color_t Colortriple::background

Definition at line 56 of file configuration.h.

Referenced by x_draw_decoration(), and x_draw_decoration_after_title().

◆ border

color_t Colortriple::border

Definition at line 55 of file configuration.h.

Referenced by x_draw_title_border().

◆ child_border

color_t Colortriple::child_border

Definition at line 59 of file configuration.h.

Referenced by x_draw_decoration().

◆ indicator

color_t Colortriple::indicator

Definition at line 58 of file configuration.h.

Referenced by x_draw_decoration().

◆ text

color_t Colortriple::text

Definition at line 57 of file configuration.h.

Referenced by x_draw_decoration().


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