shithub: zuke

ref: 4af9aa84c706c45398c4c7d1b9e96fa814a45dc0
dir: zuke/theme.h

View raw version
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];