dmenu/colours.h

7 lines
203 B
C
Raw Normal View History

2022-05-14 08:36:54 +01:00
static const char *colors[SchemeLast][2] = {
/* fg bg */
[SchemeNorm] = { "#e1e6d8", "#111313" },
[SchemeSel] = { "#e1e6d8", "#AFA98E" },
[SchemeOut] = { "#e1e6d8", "#EBDBB2" },
};