How to change the zsh terminal user input color in p10k config?

Viewed 16

I have tried

PROMPT="%F{green}%n@%m %# %F{yellow}"
preexec () { echo -ne "\e[0m" }

so far, but this does not yield expected results. User input is still white

What to do?

0 Answers
Related