Files
Dotfiles/Pywal/colors-wal-dmenu.h
T
2025-07-13 21:22:04 +02:00

7 lines
203 B
C

static const char *colors[SchemeLast][2] = {
/* fg bg */
[SchemeNorm] = { "#f1c3bf", "#0f0d16" },
[SchemeSel] = { "#f1c3bf", "#98364A" },
[SchemeOut] = { "#f1c3bf", "#DA7C82" },
};