Files
gymkhana/bash_colors.sh
Oier Bravo Urtasun c6fcab6b11
Some checks failed
Gymkhana exports / All exports (push) Failing after 1m27s
feat(deploy): Itch.io publishing. #203
2025-10-26 20:22:28 +01:00

6 lines
154 B
Bash

NOCOLOR='\033[0m' # No Color
BLUE='\e[34m' # BrightBlue
BOLD_BLUE='\033[1;94m' # BrightBlue
GREEN='\e[49;32m' # Green
ORANGE='\033[1;33m'
RED='\033[1;31m'