From eb33342f75598d952a119a9555f8de04272d601f Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Mon, 1 Apr 2024 12:55:13 +0100 Subject: [PATCH] Adjust colours again --- common.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.nix b/common.nix index b4171b6..e5a5096 100644 --- a/common.nix +++ b/common.nix @@ -26,14 +26,14 @@ font = "spleen-12x24"; useXkbConfig = true; # use xkb.options in tty. colors = [ - "000000" + "363c51" "ff5370" "c4e88d" "ffcb6b" "82aaff" "c692e9" "8addff" - "fffefe" + "b5bbd6" "676e95" "ff5370" "c3e88d"