Skip to content

Instantly share code, notes, and snippets.

View marcelocra's full-sized avatar
🃏
loading...

Marcelo Almeida marcelocra

🃏
loading...
View GitHub Profile
@marcelocra
marcelocra / ansi-color-codes.sh
Last active October 10, 2025 13:53
ANSI Color Codes
# ANSI color codes
RS="\[\033[0m\]" # reset
HC="\[\033[1m\]" # hicolor
UL="\[\033[4m\]" # underline
INV="\[\033[7m\]" # inverse background and foreground
FBLK="\[\033[30m\]" # foreground black
FRED="\[\033[31m\]" # foreground red
FGRN="\[\033[32m\]" # foreground green
FYEL="\[\033[33m\]" # foreground yellow
FBLE="\[\033[34m\]" # foreground blue