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