Added text styles and minor changes.

This commit is contained in:
2024-01-07 23:25:26 +00:00
parent d99da352ab
commit d564dc6c8a
3 changed files with 16 additions and 10 deletions

View File

@@ -9,4 +9,10 @@ CYAN="\e[36m"
GRAY="\e[90m"
ENDCOLOR="\e[0m"
# Example usage: echo -e "${GRAY}Faded text${ENDCOLOR}"
ENDCOLOR="\e[0m"
BOLD="\e[1m"
FAINT="\e[2m"
ITALIC="\e[3m"
UNDERLINE="\e[4m"
# Example usage: echo -e "${GRAY}Gray text${ENDCOLOR}"