ref: 4a98f6822ee85d5ab2d9ba98e3e5e8124a1f6605
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);