zsh: Hardcode foreground color

This commit is contained in:
2024-05-05 20:02:14 +02:00
parent 88c8e49589
commit 318490e7b8

View File

@@ -410,11 +410,7 @@ precmd() {
vcs_info vcs_info
} }
if [[ -e "$XDG_RUNTIME_DIR/darkmode" ]] ; then mainc=white
mainc=white
else
mainc=black
fi
_topstr='%F{green}%n%F{$mainc} ─ %B%F{yellow}%5~%b ${vcs_info_msg_0_}%F{$mainc} ' _topstr='%F{green}%n%F{$mainc} ─ %B%F{yellow}%5~%b ${vcs_info_msg_0_}%F{$mainc} '
botstr='%B${PINFO}%(!.#.$)%b ' botstr='%B${PINFO}%(!.#.$)%b '