From 9554152cb590b8659fe2a1cfbca32b6a8e8f3e3f Mon Sep 17 00:00:00 2001 From: ediblerope Date: Wed, 8 Apr 2026 13:36:34 +0100 Subject: [PATCH] Fix prompt: use white text on colored background segments Co-Authored-By: Claude Opus 4.6 --- apps/fastfetch.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/fastfetch.nix b/apps/fastfetch.nix index 67b671e..69af2cb 100644 --- a/apps/fastfetch.nix +++ b/apps/fastfetch.nix @@ -57,16 +57,16 @@ # Nix-shell indicator if set -q IN_NIX_SHELL - set_color -b yellow black + set_color -b yellow white printf ' nix-shell ' set_color normal printf ' ' end # Line 1: hostname ~/path - set_color -b green black + set_color -b green white printf ' ' - set_color -b yellow black + set_color -b yellow white printf ' %s ' (hostname) set_color -b blue white # Path with colored segments