Skip to content

Commit

Permalink
Fix Color
Browse files Browse the repository at this point in the history
  • Loading branch information
ichirei committed Mar 1, 2024
1 parent 31e2b6b commit ae5425e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ichirei.zsh-theme
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PROMPT="%(?:%{$fg_bold[green]%}%1{➜%} :%{$fg_bold[red]%}%1{➜%} )"
PROMPT+='%{$fg_bold[yellow]%} %{%B%F{#0090ff}%}%c%{$reset_color%} $(git_prompt_info)'

# Right
RPROMPT="%{%B%F{#FDCEDF}%} %*"
RPROMPT="%{%B%F{#FDCEDF}%} %*%{$reset_color%}"

# Git Prompt Info
ZSH_THEME_GIT_PROMPT_PREFIX="at %{%B%F{#f6a192}%} "
Expand Down

0 comments on commit ae5425e

Please sign in to comment.