dmenu/themes/default.h

7 lines
203 B
C
Raw Permalink Normal View History

2022-05-14 08:36:54 +01:00
static const char *colors[SchemeLast][2] = {
/* fg bg */
2022-05-29 19:03:56 +01:00
[SchemeNorm] = { "#D6DEEB", "#121317" },
[SchemeSel] = { "#D6DEEB", "#313439" },
[SchemeOut] = { "#D6DEEB", "#121317" },
2022-05-14 08:36:54 +01:00
};