p10k colors

This commit is contained in:
Harri Lahtinen 2020-02-07 14:05:30 +02:00
parent 4d6ecb615f
commit bef9b5de84
1 changed files with 2 additions and 2 deletions

View File

@ -186,7 +186,7 @@
fi
# Default background color.
typeset -g POWERLEVEL9K_BACKGROUND=012
typeset -g POWERLEVEL9K_BACKGROUND=004
# Separator between same-color segments on the left.
typeset -g POWERLEVEL9K_LEFT_SUBSEGMENT_SEPARATOR='%246F\uE0B1'
@ -467,7 +467,7 @@
# These settings are used for respositories other than Git or when gitstatusd fails and
# Powerlevel10k has to fall back to using vcs_info.
typeset -g POWERLEVEL9K_VCS_CLEAN_FOREGROUND=233
typeset -g POWERLEVEL9K_VCS_CLEAN_BACKGROUND=155
typeset -g POWERLEVEL9K_VCS_CLEAN_BACKGROUND=002
typeset -g POWERLEVEL9K_VCS_UNTRACKED_FOREGROUND=233
typeset -g POWERLEVEL9K_VCS_UNTRACKED_BACKGROUND=160
typeset -g POWERLEVEL9K_VCS_MODIFIED_FOREGROUND=233