From ff2da9a1c84021b6ea0d5690f1d5ad962133aaa8 Mon Sep 17 00:00:00 2001 From: Marco Kundt Date: Sat, 11 Jul 2020 20:02:15 +0200 Subject: [PATCH] don't use bright colors for bold --- zsh/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 4c276ba..b9e2771 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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_"