From 8feccb96f9f7831f5c4d4a54bd1597d9a4961fd7 Mon Sep 17 00:00:00 2001 From: swytch Date: Thu, 28 May 2020 10:52:13 +0200 Subject: [PATCH] feat: change colors in fetch --- .local/bin/fetch | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) 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 <