diff --git a/bash/profile.gotmpl b/bash/profile.gotmpl index 7d4f403..3ccdad0 100644 --- a/bash/profile.gotmpl +++ b/bash/profile.gotmpl @@ -41,7 +41,7 @@ alias {{ $key }}="{{ $value }}" {{ print "" }} # Bash Prompt -HOSTNAME_BG="$(tput setab 68)" +HOSTNAME_BG="$(tput setab 26)" GREY_BG="$(tput setab 240)" RESET="$(tput sgr0)" FILEPATH_TC="$(tput setaf 81)"