universal color for hostname, fitting a light and a dark background

This commit is contained in:
Julian Scharrenbach 2026-03-20 10:18:37 +01:00
parent 5de2b953c9
commit 8b856e1628

View File

@ -92,7 +92,8 @@ R_PWD="\[\033[38;5;203m\]" # smooth salmon-rose
# Common colors # Common colors
#C_HOST="\[\033[38;5;7m\]" # Light Grey #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_GIT="\[\033[38;5;15m\]" # White
C_CHAR="\[\033[38;5;15m\]" # White (for colon) C_CHAR="\[\033[38;5;15m\]" # White (for colon)