rofi 1.7.5
|
Data Structures | |
struct | CSSColor |
Typedefs | |
typedef struct CSSColor | CSSColor |
Variables | |
const CSSColor | CSSColors [] |
const unsigned int | num_CSSColors |
Lookup table for CSS 4.0 named colors. Like Navo
.
typedef struct CSSColor CSSColor |
Structure of colors.
|
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().
|
extern |
Number of named colors.
Definition at line 152 of file css-colors.c.
Referenced by rofi_theme_print_color().