File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Ichirei zsh Theme
2
2
3
3
# Left
4
- PROMPT=" %(?:%{$fg_bold [green]%}% 1{➜%} :%{$fg_bold [red] %}%1{➜%} )"
5
- PROMPT+=' %{$fg_bold[yellow]%} %{%B%F{#0090ff }%}%c%{$reset_color%} $(git_prompt_info)'
4
+ PROMPT=" %(?:%{%B%F{#BFEA7C}%}% 1{➜%} :%{%B%F{#D04848} %}%1{➜%} )"
5
+ PROMPT+=' %{%B%F{#FFF67E}%} %{%B%F{#0090FF }%}%c%{$reset_color%} $(git_prompt_info)'
6
6
7
7
# Right
8
8
RPROMPT=" %{%B%F{#FDCEDF}%} %*%{$reset_color %}"
9
9
10
10
# Git Prompt Info
11
- ZSH_THEME_GIT_PROMPT_PREFIX=" at %{%B%F{#f6a192 }%} "
11
+ ZSH_THEME_GIT_PROMPT_PREFIX=" at %{%B%F{#F6A192 }%} "
12
12
ZSH_THEME_GIT_PROMPT_SUFFIX=" %{$reset_color %} "
13
- ZSH_THEME_GIT_PROMPT_DIRTY=" %{%F{#f6a192 }%} %{ $fg_bold [yellow]%}✗%{ $reset_color %} "
14
- ZSH_THEME_GIT_PROMPT_CLEAN=" %{$fg_bold [green] %} ✔"
13
+ ZSH_THEME_GIT_PROMPT_DIRTY=" %{%B% F{#FFF67E }%} ✗ "
14
+ ZSH_THEME_GIT_PROMPT_CLEAN=" %{%B%F{#BFEA7C} %} ✔"
You can’t perform that action at this time.
0 commit comments