ref: 28ee794ab5542ed1498fa40bc5219b1dd6518607
dir: /theme.h/
enum {
Dback = 0,
Dfhigh,
Dltitle,
Numcolors,
};
typedef struct ThemeColor ThemeColor;
struct ThemeColor {
char *id;
u32int rgb;
Image *im;
};
extern ThemeColor colors[Numcolors];
void themeproc(void *fd);
void themeinit(void);