Skip to content

Commit

Permalink
style: change log message prefix color to blue
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Doster <[email protected]>
  • Loading branch information
vladdoster committed Jan 13, 2024
1 parent 22e66db commit bc3ab5f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions zinit.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -222,11 +222,12 @@ if [[ -z $SOURCED && ( ${+terminfo} -eq 1 && -n ${terminfo[colors]} ) || ( ${+te
col-ehi $'\e[1m\e[38;5;210m' col-meta $'\e[38;5;57m' col-pname $'\e[1;4m\e[32m' col-var $'\e[38;5;81m'
col-error $'\e[1m\e[38;5;204m' col-meta2 $'\e[38;5;147m' col-pre $'\e[38;5;135m' col-version $'\e[3;38;5;87m'
col-failure $'\e[38;5;204m' col-msg $'\e[0m' col-profile $'\e[38;5;148m' col-warn $'\e[38;5;214m'

col-dbg $'\e[2m\e[38;47;107m'"[debug]"$'\e[0m'
col-e $'\e[1m\e[38;5;204m'"Error"$'\e[0m'":"
col-i $'\e[1m\e[38;5;82m'"==>"$'\e[0m'
col-m $'\e[1m\e[38;5;135m'"==>"$'\e[0m'
col-i $'\e[1m\e[38;5;82m'"==>"$'\e[0m'
col-m $'\e[1m\e[38;5;135m'"==>"$'\e[0m'
col-m $'\e[38;5;4m'"==>"$'\e[0m'
col-w $'\e[1m\e[38;5;214m'"Warning"$'\e[0m'":"

col--… "${${${(M)LANG:#*UTF-8*}:+⋯⋯}:-···}" col-lr "${${${(M)LANG:#*UTF-8*}:+↔}:-"«-»"}"
Expand Down

0 comments on commit bc3ab5f

Please sign in to comment.