reduce blue contrast

This commit is contained in:
Nathaniel Landau
2021-08-24 13:16:48 -04:00
parent 401973657f
commit 3fae6598ed
2 changed files with 2 additions and 2 deletions

View File

@@ -174,7 +174,7 @@ _setColors_() {
if [[ $(tput colors) -ge 256 ]] 2>/dev/null; then
white=$(tput setaf 231)
blue=$(tput setaf 51)
blue=$(tput setaf 38)
yellow=$(tput setaf 11)
tan=$(tput setaf 3)
green=$(tput setaf 82)

View File

@@ -12,7 +12,7 @@ _setColors_() {
if [[ $(tput colors) -ge 256 ]] 2>/dev/null; then
white=$(tput setaf 231)
blue=$(tput setaf 51)
blue=$(tput setaf 38)
yellow=$(tput setaf 11)
tan=$(tput setaf 3)
green=$(tput setaf 82)