red to setaf 196

This commit is contained in:
Nathaniel Landau
2021-11-13 16:54:03 -05:00
parent a283f5d552
commit 6c54c7f902
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ _setColors_() {
blue=$(tput setaf 38)
yellow=$(tput setaf 11)
green=$(tput setaf 82)
red=$(tput setaf 1)
red=$(tput setaf 196)
purple=$(tput setaf 171)
gray=$(tput setaf 250)
else

View File

@@ -22,7 +22,7 @@ _setColors_() {
blue=$(tput setaf 38)
yellow=$(tput setaf 11)
green=$(tput setaf 82)
red=$(tput setaf 1)
red=$(tput setaf 196)
purple=$(tput setaf 171)
gray=$(tput setaf 250)
else