7 lines
203 B
C
7 lines
203 B
C
static const char *colors[SchemeLast][2] = {
|
|
/* fg bg */
|
|
[SchemeNorm] = { "#D6DEEB", "#121317" },
|
|
[SchemeSel] = { "#D6DEEB", "#313439" },
|
|
[SchemeOut] = { "#D6DEEB", "#121317" },
|
|
};
|