mirror of
https://github.com/natelandau/shell-scripting-templates.git
synced 2025-11-13 15:33:47 -05:00
reduce brightness of [38;5;196m
This commit is contained in:
@@ -178,7 +178,7 @@ _setColors_() {
|
|||||||
yellow=$(tput setaf 11)
|
yellow=$(tput setaf 11)
|
||||||
tan=$(tput setaf 3)
|
tan=$(tput setaf 3)
|
||||||
green=$(tput setaf 82)
|
green=$(tput setaf 82)
|
||||||
red=$(tput setaf 196)
|
red=$(tput setaf 1)
|
||||||
purple=$(tput setaf 171)
|
purple=$(tput setaf 171)
|
||||||
gray=$(tput setaf 248)
|
gray=$(tput setaf 248)
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ _setColors_() {
|
|||||||
yellow=$(tput setaf 11)
|
yellow=$(tput setaf 11)
|
||||||
tan=$(tput setaf 3)
|
tan=$(tput setaf 3)
|
||||||
green=$(tput setaf 82)
|
green=$(tput setaf 82)
|
||||||
red=$(tput setaf 196)
|
red=$(tput setaf 1)
|
||||||
purple=$(tput setaf 171)
|
purple=$(tput setaf 171)
|
||||||
gray=$(tput setaf 248)
|
gray=$(tput setaf 248)
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user