diff --git a/config/zsh/prompt.zsh b/config/zsh/prompt.zsh index f24f05a..d07f233 100644 --- a/config/zsh/prompt.zsh +++ b/config/zsh/prompt.zsh @@ -3,7 +3,7 @@ typeset -gA _fs_prompt=([is_transient]=true [transient_color]='%{%F{magenta}%}') fs_prompt_render_full() { local black='%{%F{0}%}' red='%{%F{1}%}' green='%{%F{2}%}' yellow='%{%F{3}%}' \ blue='%{%F{4}%}' magenta='%{%F{5}%}' cyan='%{%F{6}%}' white='%{%F{7}%}' \ - gray='%{%F{8}%}' orange='%{%F{166}%}' faded='%{%F{240}%}' \ + gray='%{%F{8}%}' orange='%{%F{202}%}' faded='%{%F{240}%}' \ reset='%{%f%}' local sep_color="$faded" signal_color="$gray" error_color="$red" reset="$reset"