diff --git a/.zshrc b/.zshrc index c77e271..5f58c89 100644 --- a/.zshrc +++ b/.zshrc @@ -106,8 +106,8 @@ fi # Initialize modules. source ${ZIM_HOME}/init.zsh -# Override bira prompt: user@host in gray instead of green -PS1='╭─%B%(!.%F{red]}.%F{8})%n@%m %F{blue}%~${(e)git_info[prompt]}${VIRTUAL_ENV:+" %F{green}‹${VIRTUAL_ENV:t}›"}%f%b +# Override bira prompt: user@host in kitty foreground gray +PS1='╭─%B%(!.%F{red]}.%F{#666666})%n@%m %F{blue}%~${(e)git_info[prompt]}${VIRTUAL_ENV:+" %F{green}‹${VIRTUAL_ENV:t}›"}%f%b ╰─%B%(!.#.$)%b ' # ------------------------------ @@ -146,6 +146,13 @@ zmodload -F zsh/terminfo +p:terminfo # }}} End configuration added by Zim install +# +# zsh-syntax-highlighting +# + +# Use kitty foreground gray for commands instead of green +ZSH_HIGHLIGHT_STYLES[command]='fg=#666666' + # screen window naming if [[ "$TERM" == screen* ]]; then