diff --git a/.local/bin/fetch b/.local/bin/fetch index 697c52b..e5b6dca 100755 --- a/.local/bin/fetch +++ b/.local/bin/fetch @@ -51,7 +51,8 @@ if [ -x "$(command -v tput)" ]; then black="$(tput setaf 0)" red="$(tput setaf 1)" green="$(tput setaf 2)" - yellow="$(tput setaf 3)" + orange="$(tput setaf 3)" + yellow="$(tput setaf 11)" blue="$(tput setaf 4)" magenta="$(tput setaf 5)" cyan="$(tput setaf 6)" @@ -60,19 +61,20 @@ if [ -x "$(command -v tput)" ]; then fi # you can change these -lc="${bold}${blue}" # labels -nc="${bold}${magenta}" # user and hostname -ic="${reset}" # info -c0="${reset}" # first color +lc="${bold}${green}" # labels +nc="${bold}${red}" # user and hostname +ic="${reset}${yellow}" # info +a0="${reset}${blue}" # first arch color +a1="${reset}${cyan}" # second arch color cat <