mirror of
https://github.com/natelandau/shell-scripting-templates.git
synced 2025-11-08 13:13:47 -05:00
reduce blue contrast
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user