change hostname from grey to black

This commit is contained in:
Julian Scharrenbach 2026-03-20 10:10:15 +01:00
parent d24877e683
commit 5de2b953c9

13
.bashrc
View File

@ -84,16 +84,17 @@ F_RESET="\[\033[00m\]"
# Colors for user
U_USER="\[\033[38;5;3m\]" # Gelb/Orange
U_PWD="\[\033[38;5;39m\]" # Angenehmes Himmelblau (hier ändern!)
U_PWD="\[\033[38;5;39m\]" # soothing sky-blue
# Colors for Root
R_USER="\[\033[1;31m\]" # Fett, Rot (wichtig!)
R_PWD="\[\033[38;5;203m\]" # Sanfteres Lachsrosa (hier ändern!)
R_USER="\[\033[1;31m\]" # bold, red (important!)
R_PWD="\[\033[38;5;203m\]" # smooth salmon-rose
# Common colors
C_HOST="\[\033[38;5;7m\]" # Hellgrau
C_GIT="\[\033[38;5;15m\]" # Weiß
C_CHAR="\[\033[38;5;15m\]" # Weiß (für Doppelpunkt)
#C_HOST="\[\033[38;5;7m\]" # Light Grey
C_HOST="\[\033[38;5;0m\]" # Black
C_GIT="\[\033[38;5;15m\]" # White
C_CHAR="\[\033[38;5;15m\]" # White (for colon)
# --- 2. Logic and Prompt-Composition ---