ref: bb0b8b8fa1803e9801bafd08b4e6b67a4984ca8b
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];