mirror of
https://github.com/natelandau/shell-scripting-templates.git
synced 2025-11-08 21:23:48 -05:00
red to setaf 196
This commit is contained in:
@@ -53,7 +53,7 @@ _setColors_() {
|
|||||||
blue=$(tput setaf 38)
|
blue=$(tput setaf 38)
|
||||||
yellow=$(tput setaf 11)
|
yellow=$(tput setaf 11)
|
||||||
green=$(tput setaf 82)
|
green=$(tput setaf 82)
|
||||||
red=$(tput setaf 1)
|
red=$(tput setaf 196)
|
||||||
purple=$(tput setaf 171)
|
purple=$(tput setaf 171)
|
||||||
gray=$(tput setaf 250)
|
gray=$(tput setaf 250)
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ _setColors_() {
|
|||||||
blue=$(tput setaf 38)
|
blue=$(tput setaf 38)
|
||||||
yellow=$(tput setaf 11)
|
yellow=$(tput setaf 11)
|
||||||
green=$(tput setaf 82)
|
green=$(tput setaf 82)
|
||||||
red=$(tput setaf 1)
|
red=$(tput setaf 196)
|
||||||
purple=$(tput setaf 171)
|
purple=$(tput setaf 171)
|
||||||
gray=$(tput setaf 250)
|
gray=$(tput setaf 250)
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user