From 059ee71fc812f104bd8ac3dae2f5f01a8d3f032a Mon Sep 17 00:00:00 2001 From: Keita Urashima Date: Fri, 28 May 2021 18:14:58 +0900 Subject: [PATCH] fix(gentoo): fix the color of the prompt symbol (#9885) This commit fixes an issue where the prompt symbol is white when vcs_info is displayed in the gentoo theme. --- themes/gentoo.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/gentoo.zsh-theme b/themes/gentoo.zsh-theme index e18bce890..7ac461036 100644 --- a/themes/gentoo.zsh-theme +++ b/themes/gentoo.zsh-theme @@ -25,4 +25,4 @@ gentoo_precmd() { autoload -U add-zsh-hook add-zsh-hook precmd gentoo_precmd -PROMPT='%(!.%B%F{red}.%B%F{green}%n@)%m %F{blue}%(!.%1~.%~) ${vcs_info_msg_0_}%(!.#.$)%k%b%f ' +PROMPT='%(!.%B%F{red}.%B%F{green}%n@)%m %F{blue}%(!.%1~.%~) ${vcs_info_msg_0_}%F{blue}%(!.#.$)%k%b%f '