summaryrefslogtreecommitdiff
path: root/colors.h
blob: 34c12de1566c0adecdb0e50cc3be5343f7f486ca (plain)
1
2
3
4
5
6
static const char *colors[SchemeLast][2] = {
	/*     fg         bg       */
	[SchemeNorm] = { "#bbbbbb", "#222222" },
	[SchemeSel] = { "#eeeeee", "#005577" },
	[SchemeOut] = { "#000000", "#00ffff" },
};