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