From 0b0bdd77d2528316be40322748d400d8ba0f8e64 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Mon, 1 Apr 2024 12:57:28 +0100 Subject: [PATCH] Make the background darker --- common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.nix b/common.nix index e5a5096..1138db5 100644 --- a/common.nix +++ b/common.nix @@ -26,7 +26,7 @@ font = "spleen-12x24"; useXkbConfig = true; # use xkb.options in tty. colors = [ - "363c51" + "292d3e" "ff5370" "c4e88d" "ffcb6b"