ref: 473e05dd0277b55a727594b1aca52e348edcb58b
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]; void themeproc(void *); void themeinit(void);