added bash color variables

the file is intended to be sourced or copied onto .bashrc/.bash_profile/whatever
This commit is contained in:
Bryan Joshua Pedini 2020-03-06 12:01:44 +01:00
parent 8f896625eb
commit e54e2423a8
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
FORMAT_RESET="\[\033[00;37m\]"
BLINK="\[\033[05m\]"
RED="\[\033[00;31m\]"
LIGHTRED="\[\033[01;31m\]"
GREEN="\[\033[00;32m\]"
LIGHTGREEN="\[\033[01;32m\]"
BROWN="\[\033[00;33m\]"
LIGHTBROWN="\[\033[01;33m\]"
BLUE="\[\033[00;34m\]"
LIGHTBLUE="\[\033[01;34m\]"
PURPLE="\[\033[00;35m\]"
LIGHTPURPLE="\[\033[01;35m\]"
CYAN="\[\033[00;36m\]"
LIGHTCYAN="\[\033[01;36m\]"