High intensity colors can be achieved using `\e[1;Xm` with `X` being any color code. Underline format is `\e[4;Xm` with `X` being any color code.
High intensity colors can be achieved using
\e[1;XmwithXbeing any color code.Underline format is
\e[4;XmwithXbeing any color code.