dickmenu/themes/mocha.h

7 lines
203 B
C
Raw Permalink Normal View History

2023-01-28 21:23:05 +00:00
static const char *colors[SchemeLast][2] = {
/* fg bg */
[SchemeNorm] = { "#cdd6f4", "#1e1e2e" },
[SchemeSel] = { "#1e1e2e", "#89dceb" },
[SchemeOut] = { "#000000", "#89dceb" },
};