rofi 1.7.5
css-colors.h
Go to the documentation of this file.
1#ifndef ROFI_INCLUDE_CSS_COLORS_H
2#define ROFI_INCLUDE_CSS_COLORS_H
3
4#include <stdint.h>
17typedef struct CSSColor {
19 char *name;
21 uint8_t b, g, r, a;
23
28extern const CSSColor CSSColors[];
32extern const unsigned int num_CSSColors;
34#endif // ROFI_INCLUDE_CSS_COLORS_H
struct CSSColor CSSColor
const unsigned int num_CSSColors
Definition css-colors.c:152
const CSSColor CSSColors[]
Definition css-colors.c:2
uint8_t r
Definition css-colors.h:21
uint8_t b
Definition css-colors.h:21
char * name
Definition css-colors.h:19
uint8_t g
Definition css-colors.h:21
uint8_t a
Definition css-colors.h:21