You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo -e "$(colores -fore 0 255 0)Green text using RGB color.$(colores -reset)"echo -e "$(colores -back ff0000)Red background using HEX color.$(colores -reset)"echo -e "$(colores -fore 200 -back 20)Purple text and blue background using ANSI color.$(colores -reset)"