mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
Use light color
This commit is contained in:
parent
03b5952918
commit
bc64616b63
1 changed files with 4 additions and 4 deletions
|
|
@ -5,17 +5,17 @@ setopt promptsubst
|
|||
|
||||
autoload -U add-zsh-hook
|
||||
|
||||
HOST_PROMPT_="%B%{$FG[161]%}@$HOST %b"
|
||||
HOST_PROMPT_="%B%{$FG[197]%}@$HOST %b"
|
||||
|
||||
PROMPT_SUCCESS_COLOR=$FG[077]
|
||||
PROMPT_FAILURE_COLOR=$FG[124]
|
||||
PROMPT_VCS_INFO_COLOR=$FG[242]
|
||||
PROMPT_PROMPT=$FG[077]
|
||||
GIT_DIRTY_COLOR=$FG[161]
|
||||
GIT_DIRTY_COLOR=$FG[197]
|
||||
GIT_CLEAN_COLOR=$FG[118]
|
||||
GIT_PROMPT_INFO=$FG[161]
|
||||
GIT_PROMPT_INFO=$FG[197]
|
||||
|
||||
PROMPT='$HOST_PROMPT_%B%{$PROMPT_SUCCESS_COLOR%}%~%{$reset_color%} %B%{$GIT_PROMPT_INFO%}$(git_prompt_info)%{$GIT_DIRTY_COLOR%}$(git_prompt_status)%b %{$reset_color%}%{$PROMPT_PROMPT%}➭%{$reset_color%} '
|
||||
PROMPT='$HOST_PROMPT_%B%{$PROMPT_SUCCESS_COLOR%}%~%{$reset_color%} %B%{$GIT_PROMPT_INFO%}$(git_prompt_info)%{$GIT_DIRTY_COLOR%}$(git_prompt_status)%b %{$reset_color%}%{$PROMPT_PROMPT%}➭ %{$reset_color%} '
|
||||
|
||||
RPROMPT='[%*][%D{%Y-%m-%d}]'
|
||||
#RPS1="${return_code}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue