mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
More colors!
This commit is contained in:
parent
b15e2b6521
commit
a4c17271a7
@ -27,9 +27,11 @@ PIHOLE_DIR='/etc/pihole' # default install directory
|
||||
GRAVITY_FI='gravity.db' # this should not change
|
||||
|
||||
# SCRIPT COLORS
|
||||
RED='\033[91m'
|
||||
GREEN='\033[92m'
|
||||
CYAN='\033[96m'
|
||||
RED='\033[0;91m'
|
||||
GREEN='\033[0;92m'
|
||||
CYAN='\033[0;96m'
|
||||
YELLOW='033[0;93m'
|
||||
PURPLE='033[0;95m'
|
||||
NC='\033[0m'
|
||||
|
||||
##############################################
|
||||
|
Loading…
Reference in New Issue
Block a user