change colours

This commit is contained in:
Maddie H 2022-05-29 19:03:56 +01:00
parent f6ca42ad22
commit 2a4b76bea3
No known key found for this signature in database
GPG Key ID: 63900F0992F8C7B3

View File

@ -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" },
}; };