Update colors.inc

This commit is contained in:
2023-01-02 13:44:15 -06:00
parent ef58cee7ae
commit fd0f9fdee5

View File

@@ -5,6 +5,7 @@ declare -A idsCL
idsCL[Default]="\e[39m"
idsCL[Black]="\e[30m"
idsCL[Red]="\e[31m"
idsCL[RedBold]="\e[1;31m"
idsCL[Green]="\e[32m"
idsCL[Yellow]="\e[33m"
idsCL[Blue]="\e[34m"