Updated README and new colors.sh script.

This commit is contained in:
2024-01-07 21:31:06 +00:00
parent b20a0d1fde
commit ba5810c091
2 changed files with 22 additions and 0 deletions

9
scripts/color.sh Normal file
View File

@@ -0,0 +1,9 @@
#! /bin/bash
RED="\e[31m"
GREEN="\e[32m"
YELLOW="\e[33m"
GRAY="\e[90m"
ENDCOLOR="\e[0m"
# Example usage: echo -e "${GRAY}Faded text${ENDCOLOR}"