diff --git a/script_helpers/printing.sh b/script_helpers/printing.sh index 86167cb..a7fd977 100644 --- a/script_helpers/printing.sh +++ b/script_helpers/printing.sh @@ -11,6 +11,7 @@ if [ -t 1 ] && [ -n "$ncolors" ] && [ "$ncolors" -ge 8 ]; then MAGENTA="$(tput setaf 5)" CYAN="$(tput setaf 6)" BOLD="$(tput bold)" + DIM="\e[2m" NORMAL="$(tput sgr0)" else RED="" diff --git a/vim/templates/skeleton.sh b/vim/templates/skeleton.sh index 4c71957..3798536 100644 --- a/vim/templates/skeleton.sh +++ b/vim/templates/skeleton.sh @@ -11,6 +11,7 @@ if [ -t 1 ] && [ -n "$ncolors" ] && [ "$ncolors" -ge 8 ]; then MAGENTA="$(tput setaf 5)" CYAN="$(tput setaf 6)" BOLD="$(tput bold)" + DIM="\e[2m" NORMAL="$(tput sgr0)" else RED=""