From 5c5a2796f6f0fb8f51af511d7c5f0f880334a350 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Thu, 25 Jul 2024 23:23:11 +0200 Subject: [PATCH] Update --- hosts/themes/pink.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/themes/pink.nix b/hosts/themes/pink.nix index c3f71ee..50183c5 100644 --- a/hosts/themes/pink.nix +++ b/hosts/themes/pink.nix @@ -21,7 +21,7 @@ colors = { c0 = "1e1e2e"; # black - c1 = "f38ba8"; # red + c1 = "dea2bd"; # red c2 = "a6e3a1"; # green c3 = "fab387"; # yellow c4 = "89b4fa"; # blue @@ -46,7 +46,7 @@ accentFg = "0B0B0B"; # Should make those automtic - accentName = "bright red"; + accentName = "red"; accentNumber = "9"; }; }