From 9a802d63081e6ed046b29cf404abc7461c67fb9b Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sun, 5 Nov 2023 20:38:14 +0100 Subject: [PATCH] pinwheel: Update `colors` module to match `Dracula` theme --- hosts/pinwheel/modules/colors/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/pinwheel/modules/colors/default.nix b/hosts/pinwheel/modules/colors/default.nix index 208f34c..118bc5f 100644 --- a/hosts/pinwheel/modules/colors/default.nix +++ b/hosts/pinwheel/modules/colors/default.nix @@ -1,9 +1,9 @@ { lib = { colors = { - foreground = "f9c22b"; - foreground-dim = "a57b06"; - background = "262626"; + foreground = "bd93f9"; + foreground-dim = "644294"; + background = "1E2029"; gray = "3a3a3a"; warning = "ff6969";