ref: 1cc6b57271abaca8b8ac0c7c76a1f7cafe30068d
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);