zsh: Hardcode foreground color
This commit is contained in:
@@ -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 '
|
||||||
|
|||||||
Reference in New Issue
Block a user