Dotfiles-sword/.cache/wal/colors-wal-dmenu.h

7 lines
203 B
C
Raw Normal View History

2022-10-25 16:03:00 +02:00
static const char *colors[SchemeLast][2] = {
/* fg bg */
[SchemeNorm] = { "#aedbee", "#0b101a" },
[SchemeSel] = { "#aedbee", "#236690" },
[SchemeOut] = { "#aedbee", "#52B3DE" },
};