From 2a4b76bea3fe1a08654031f91742e9e2f11916f7 Mon Sep 17 00:00:00 2001 From: Madeleine Date: Sun, 29 May 2022 19:03:56 +0100 Subject: [PATCH] change colours --- colours.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/colours.h b/colours.h index 10fdcb5..ab1c249 100644 --- a/colours.h +++ b/colours.h @@ -1,6 +1,6 @@ static const char *colors[SchemeLast][2] = { /* fg bg */ - [SchemeNorm] = { "#e1e6d8", "#111313" }, - [SchemeSel] = { "#e1e6d8", "#AFA98E" }, - [SchemeOut] = { "#e1e6d8", "#EBDBB2" }, + [SchemeNorm] = { "#D6DEEB", "#121317" }, + [SchemeSel] = { "#D6DEEB", "#313439" }, + [SchemeOut] = { "#D6DEEB", "#121317" }, };