universal color for hostname, fitting a light and a dark background
This commit is contained in:
parent
5de2b953c9
commit
8b856e1628
3
.bashrc
3
.bashrc
|
|
@ -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)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user