ref: f79b17b74de5f29ac1a097e8d717207ddd495cba
dir: /theme.h/
enum {
Dback = 0,
Dfhigh,
Dfmed,
Dflow,
Dfinv,
Dbhigh,
Dbmed,
Dblow,
Dbinv,
Numcolors,
};
typedef struct ThemeColor ThemeColor;
struct ThemeColor {
char *id;
u32int rgb;
Image *im;
};
extern ThemeColor colors[Numcolors];