change colours
This commit is contained in:
parent
f6ca42ad22
commit
2a4b76bea3
@ -1,6 +1,6 @@
|
|||||||
static const char *colors[SchemeLast][2] = {
|
static const char *colors[SchemeLast][2] = {
|
||||||
/* fg bg */
|
/* fg bg */
|
||||||
[SchemeNorm] = { "#e1e6d8", "#111313" },
|
[SchemeNorm] = { "#D6DEEB", "#121317" },
|
||||||
[SchemeSel] = { "#e1e6d8", "#AFA98E" },
|
[SchemeSel] = { "#D6DEEB", "#313439" },
|
||||||
[SchemeOut] = { "#e1e6d8", "#EBDBB2" },
|
[SchemeOut] = { "#D6DEEB", "#121317" },
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user