Update colors.inc

This commit is contained in:
2023-01-02 13:45:57 -06:00
parent fd0f9fdee5
commit c6c7dd55bc

View File

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