don't use bright colors for bold

This commit is contained in:
2020-07-11 20:02:15 +02:00
parent e08c4eb840
commit ff2da9a1c8

View File

@@ -62,8 +62,8 @@ zstyle ':completion:*' use-cache yes
zstyle ':completion:*' menu select=5
zstyle ':vcs_info:*' enable git
zstyle ':vcs_info:*' formats "[%{$fg_bold[magenta]%}%b%{$reset_color%}]"
zstyle ':vcs_info:*' actionformats "[%{$fg_bold[magenta]%}%b%{$reset_color%}|%a]"
zstyle ':vcs_info:*' formats "[%{$fg_bold[cyan]%}%b%{$reset_color%}]"
zstyle ':vcs_info:*' actionformats "[%{$fg_bold[cyan]%}%b%{$reset_color%}|%a]"
PROMPT="(%M) %~ %{$fg[red]%}%(#~#~$)%{$reset_color%} "
RPROMPT="\$vcs_info_msg_0_"