zsh: actually set colors
This commit is contained in:
parent
176c098e53
commit
0e0793d0be
1 changed files with 11 additions and 11 deletions
|
@ -21,17 +21,17 @@ typeset -A prompt_symbols=(
|
||||||
)
|
)
|
||||||
|
|
||||||
typeset -A prompt_colors=(
|
typeset -A prompt_colors=(
|
||||||
fg '#ebdbb2'
|
fg '15'
|
||||||
root '#cc241d'
|
root '9'
|
||||||
ssh '#d65d0e'
|
ssh '3'
|
||||||
cwd '#458588'
|
cwd '4'
|
||||||
host '#3c3836'
|
host '234'
|
||||||
ro '#d65d0e'
|
ro '6'
|
||||||
git_branch '#504945'
|
git_branch '237'
|
||||||
git_unstaged '#d65d0e'
|
git_unstaged '3'
|
||||||
git_staged '#458588'
|
git_staged '6'
|
||||||
git_untracked '#cc241d'
|
git_untracked '1'
|
||||||
git_unmerged '#689d6a'
|
git_unmerged '5'
|
||||||
)
|
)
|
||||||
|
|
||||||
precmd.is_git_repo() {
|
precmd.is_git_repo() {
|
||||||
|
|
Loading…
Reference in a new issue