rofi 1.7.5
CssColors
Collaboration diagram for CssColors:

Data Structures

struct  CSSColor
 

Typedefs

typedef struct CSSColor CSSColor
 

Variables

const CSSColor CSSColors []
 
const unsigned int num_CSSColors
 

Detailed Description

Lookup table for CSS 4.0 named colors. Like Navo.

Typedef Documentation

◆ CSSColor

typedef struct CSSColor CSSColor

Structure of colors.

Variable Documentation

◆ CSSColors

const CSSColor CSSColors[]
extern

Array with all the named colors. Of type CSSColor, there are num_CSSColors items in this array.

Definition at line 2 of file css-colors.c.

Referenced by rofi_theme_print_color().

◆ num_CSSColors

const unsigned int num_CSSColors
extern

Number of named colors.

Definition at line 152 of file css-colors.c.

Referenced by rofi_theme_print_color().