Update colors
This commit is contained in:
parent
2444248a8c
commit
1ecf40e6c8
@ -4,7 +4,7 @@ set_prompt() {
|
|||||||
|
|
||||||
# User settings
|
# User settings
|
||||||
if (( EUID == 0 )); then
|
if (( EUID == 0 )); then
|
||||||
local COLOR_USER='\[\033[38;2;180;40;120m\]' # Purple-red (root)
|
local COLOR_USER='\[\033[38;2;191;29;60m\]' # Deep pink / crimson (root)
|
||||||
local PROMPT_SYMBOL='#'
|
local PROMPT_SYMBOL='#'
|
||||||
else
|
else
|
||||||
local COLOR_USER='\[\033[38;2;44;162;221m\]' # Azure blue (user)
|
local COLOR_USER='\[\033[38;2;44;162;221m\]' # Azure blue (user)
|
||||||
@ -13,7 +13,7 @@ set_prompt() {
|
|||||||
|
|
||||||
# Host and path
|
# Host and path
|
||||||
local COLOR_HOST='\[\033[38;2;44;180;70m\]' # Emerald green
|
local COLOR_HOST='\[\033[38;2;44;180;70m\]' # Emerald green
|
||||||
local COLOR_PATH='\[\033[38;2;126;98;247m\]' # Soft purple
|
local COLOR_PATH='\[\033[38;2;72;72;72m\]' # Dark gray / charcoal
|
||||||
|
|
||||||
# Dynamic symbol color
|
# Dynamic symbol color
|
||||||
if (( EXIT_STATUS != 0 )); then
|
if (( EXIT_STATUS != 0 )); then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user