From ffe5de4a5e1e31b8b9424ecf92c613a2c828ff49 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Mon, 7 Jul 2025 15:31:15 -0400 Subject: [PATCH] Fix color --- modules/common/fastfetch.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/common/fastfetch.nix b/modules/common/fastfetch.nix index 30d6602..de97525 100644 --- a/modules/common/fastfetch.nix +++ b/modules/common/fastfetch.nix @@ -14,7 +14,7 @@ { type = "custom"; - format = "{#light_blue}┌─────────{#} Hardware Information {#light_blue}──────────"; + format = "{#cyan}┌─────────{#} Hardware Information {#cyan}──────────"; } { type = "cpu"; @@ -31,7 +31,7 @@ { type = "custom"; - format = "{#light_blue}├─────────{#} Software Information {#light_blue}──────────"; + format = "{#cyan}├─────────{#} Software Information {#cyan}──────────"; } { type = "os"; @@ -83,7 +83,7 @@ } { type = "custom"; - format = "{#light_blue}└────────────────────────────────────────"; + format = "{#cyan}└────────────────────────────────────────"; } "break"