Colors.
This commit is contained in:
parent
da875aa204
commit
df17e9f7d8
1 changed files with 3 additions and 3 deletions
|
@ -590,11 +590,11 @@
|
||||||
|
|
||||||
##################################[ context: user@hostname ]##################################
|
##################################[ context: user@hostname ]##################################
|
||||||
# Context color when running with privileges.
|
# Context color when running with privileges.
|
||||||
typeset -g POWERLEVEL9K_CONTEXT_ROOT_FOREGROUND=178
|
typeset -g POWERLEVEL9K_CONTEXT_ROOT_FOREGROUND=196
|
||||||
# Context color in SSH without privileges.
|
# Context color in SSH without privileges.
|
||||||
typeset -g POWERLEVEL9K_CONTEXT_{REMOTE,REMOTE_SUDO}_FOREGROUND=180
|
typeset -g POWERLEVEL9K_CONTEXT_{REMOTE,REMOTE_SUDO}_FOREGROUND=
|
||||||
# Default context color (no privileges, no SSH).
|
# Default context color (no privileges, no SSH).
|
||||||
typeset -g POWERLEVEL9K_CONTEXT_FOREGROUND=180
|
typeset -g POWERLEVEL9K_CONTEXT_FOREGROUND=
|
||||||
|
|
||||||
# Context format when running with privileges: bold user@hostname.
|
# Context format when running with privileges: bold user@hostname.
|
||||||
typeset -g POWERLEVEL9K_CONTEXT_ROOT_TEMPLATE='%B%n@%m'
|
typeset -g POWERLEVEL9K_CONTEXT_ROOT_TEMPLATE='%B%n@%m'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue