From 427044730dc1d5dcb7ccadd2cd92d4b4d9fa25dd Mon Sep 17 00:00:00 2001 From: xenia Date: Thu, 19 Oct 2023 14:25:49 +0200 Subject: [PATCH] Change background color in nix shell --- home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.nix b/home.nix index 5811efa2..602ff14f 100644 --- a/home.nix +++ b/home.nix @@ -89,7 +89,7 @@ in rec { FG=0 NIX_CONTENT="$(get_stuff_in_nix)" if [ ! -z "$NIX_BUILD_CORES" -o ! -z "$NIX_CONTENT" ] ; then - BG=56 + BG=91 FG=15 fi echo -en "%{\033[0m\033[38;5;''${FG}m\033[48;5;''${BG}m%} ";