Skip to content

Commit a6f697b

Browse files
committed
Make all colors use hex instead for further customization
1 parent ae5425e commit a6f697b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ichirei.zsh-theme

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Ichirei zsh Theme
22

33
# 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)'
66

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

1010
# Git Prompt Info
11-
ZSH_THEME_GIT_PROMPT_PREFIX="at %{%B%F{#f6a192}%} "
11+
ZSH_THEME_GIT_PROMPT_PREFIX="at %{%B%F{#F6A192}%} "
1212
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}%} ✔"

0 commit comments

Comments
 (0)