zsh: make orange in git prompt a bit brighter

This commit is contained in:
Fernando Schauenburg 2024-07-29 20:34:28 +02:00
parent 39ead8b9ee
commit b776aa4260

View file

@ -3,7 +3,7 @@ typeset -gA _fs_prompt=([is_transient]=true [transient_color]='%{%F{magenta}%}')
fs_prompt_render_full() { fs_prompt_render_full() {
local black='%{%F{0}%}' red='%{%F{1}%}' green='%{%F{2}%}' yellow='%{%F{3}%}' \ 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}%}' \ 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%}' reset='%{%f%}'
local sep_color="$faded" signal_color="$gray" error_color="$red" reset="$reset" local sep_color="$faded" signal_color="$gray" error_color="$red" reset="$reset"