From 8b856e162898cef68b0ce77f5bf4f67e4721a7e6 Mon Sep 17 00:00:00 2001 From: Julian Scharrenbach Date: Fri, 20 Mar 2026 10:18:37 +0100 Subject: [PATCH] universal color for hostname, fitting a light and a dark background --- .bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 23b2f6e..ef247f1 100644 --- a/.bashrc +++ b/.bashrc @@ -92,7 +92,8 @@ R_PWD="\[\033[38;5;203m\]" # smooth salmon-rose # Common colors #C_HOST="\[\033[38;5;7m\]" # Light Grey -C_HOST="\[\033[38;5;0m\]" # Black +#C_HOST="\[\033[38;5;0m\]" # Black +C_HOST="\[\033[38;5;214m\]" # Orange C_GIT="\[\033[38;5;15m\]" # White C_CHAR="\[\033[38;5;15m\]" # White (for colon)