mirror of
https://github.com/zdharma-continuum/zinit.git
synced 2026-09-10 07:36:38 -04:00
Update colors (i.a.: add {ice}).
This commit is contained in:
parent
3deaaddff6
commit
b37aecfc45
|
|
@ -138,12 +138,12 @@ if [[ -z $SOURCED && ( ${+terminfo} -eq 1 && -n ${terminfo[colors]} ) || \
|
|||
col-info3 $'\e[01m\e[33m' col-uninst $'\e[01m\e[34m' col-success $'\e[01m\e[32m'
|
||||
col-failure $'\e[31m' col-rst $'\e[0m' col-bold $'\e[1m'
|
||||
# The more recent, fresh ones:
|
||||
col-pre $'\e[38;5;141m' col-msg $'\e[0m' col-msg2 $'\e[38;5;172m'
|
||||
col-pre $'\e[38;5;135m' col-msg $'\e[0m' col-msg2 $'\e[38;5;172m'
|
||||
col-obj $'\e[38;5;221m' col-obj2 $'\e[38;5;154m' col-file $'\e[38;5;110m'
|
||||
col-url $'\e[38;5;45m' col-meta $'\e[38;5;57m' col-meta2 $'\e[38;5;32m'
|
||||
col-data $'\e[38;5;82m' col-data2 $'\e[38;5;50m' col-hi $'\e[38;5;184m'
|
||||
col-ehi $'\e[01m\e[31m' col-var $'\e[38;5;63m' col-glob $'\e[38;5;226m'
|
||||
col-cmd $'\e[38;5;90m' col-nl $'\n'
|
||||
col-cmd $'\e[38;5;90m' col-ice $'\e[38;5;27m' col-nl $'\n'
|
||||
col-dots ${${${(M)LANG:#(#i)*utf-8*}:+…}:-...}
|
||||
)
|
||||
if [[ ( ${+terminfo} -eq 1 && ${terminfo[colors]} -ge 256 ) || \
|
||||
|
|
|
|||
Loading…
Reference in a new issue