reduce brightness of 

This commit is contained in:
Nathaniel Landau
2021-08-24 12:58:05 -04:00
parent 70521b68a1
commit 7439b80641
2 changed files with 2 additions and 2 deletions

View File

@@ -178,7 +178,7 @@ _setColors_() {
yellow=$(tput setaf 11)
tan=$(tput setaf 3)
green=$(tput setaf 82)
red=$(tput setaf 196)
red=$(tput setaf 1)
purple=$(tput setaf 171)
gray=$(tput setaf 248)
else

View File

@@ -16,7 +16,7 @@ _setColors_() {
yellow=$(tput setaf 11)
tan=$(tput setaf 3)
green=$(tput setaf 82)
red=$(tput setaf 196)
red=$(tput setaf 1)
purple=$(tput setaf 171)
gray=$(tput setaf 248)
else