mirror of
https://github.com/natelandau/shell-scripting-templates.git
synced 2025-11-10 06:03: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
|
if [[ $(tput colors) -ge 256 ]] 2>/dev/null; then
|
||||||
white=$(tput setaf 231)
|
white=$(tput setaf 231)
|
||||||
blue=$(tput setaf 51)
|
blue=$(tput setaf 38)
|
||||||
yellow=$(tput setaf 11)
|
yellow=$(tput setaf 11)
|
||||||
tan=$(tput setaf 3)
|
tan=$(tput setaf 3)
|
||||||
green=$(tput setaf 82)
|
green=$(tput setaf 82)
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ _setColors_() {
|
|||||||
|
|
||||||
if [[ $(tput colors) -ge 256 ]] 2>/dev/null; then
|
if [[ $(tput colors) -ge 256 ]] 2>/dev/null; then
|
||||||
white=$(tput setaf 231)
|
white=$(tput setaf 231)
|
||||||
blue=$(tput setaf 51)
|
blue=$(tput setaf 38)
|
||||||
yellow=$(tput setaf 11)
|
yellow=$(tput setaf 11)
|
||||||
tan=$(tput setaf 3)
|
tan=$(tput setaf 3)
|
||||||
green=$(tput setaf 82)
|
green=$(tput setaf 82)
|
||||||
|
|||||||
Reference in New Issue
Block a user