Update colors.

This commit is contained in:
Sebastian Gniazdowski 2020-07-17 14:35:13 +02:00
parent 4de0f031e0
commit a4ea80e06f
2 changed files with 2 additions and 2 deletions

View file

@ -1854,7 +1854,7 @@ zpextract() { ziextract "$@"; }
command bunzip2 "$setup.bz2" 2>/dev/null
[[ -s $setup ]] && break
mirror=${${mlist[ RANDOM % (${#mlist} + 1) ]}%%;*}
+zinit-message "{pre}Retrying{error}: {hi}#{obj}$(( 3 - $retry ))/3, {pre}with mirror{error}: {url}${mirror}{rst}"
+zinit-message "{pre}Retrying{error}: {meta}#{obj}$(( 3 - $retry ))/3, {pre}with mirror{error}: {url}${mirror}{rst}"
}
local setup_contents="$(command grep -A 26 "@ $pkg\$" "$setup")"
local urlpart=${${(S)setup_contents/(#b)*@ $pkg${nl}*install: (*)$nl*/$match[1]}%% *}

View file

@ -141,7 +141,7 @@ if [[ -z $SOURCED && ( ${+terminfo} -eq 1 && -n ${terminfo[colors]} ) || \
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-data $'\e[38;5;82m' col-data2 $'\e[38;5;50m' col-hi $'\e[1m\e[38;5;160m'
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-ice $'\e[38;5;27m' col-nl $'\n'
col-txt $'\e[38;5;254m' col-num $'\e[38;5;207m' col-term $'\e[38;5;34m'