Better naming for base.bash colors
parent
76ed68d18c
commit
c1d3117ad1
|
|
@ -1,11 +1,11 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Some Colors
|
# Some Colors
|
||||||
BGREEN='\[\033[1;32m\]'
|
BOLD_GREEN='\[\033[1;32m\]'
|
||||||
GREEN='\[\033[0;32m\]'
|
GREEN='\[\033[0;32m\]'
|
||||||
BRED='\[\033[1;31m\]'
|
BOLD_RED='\[\033[1;31m\]'
|
||||||
RED='\[\033[0;31m\]'
|
RED='\[\033[0;31m\]'
|
||||||
BBLUE='\[\033[1;34m\]'
|
BOLD_BLUE='\[\033[1;34m\]'
|
||||||
BLUE='\[\033[0;34m\]'
|
BLUE='\[\033[0;34m\]'
|
||||||
PINK='\[\e[37;1;35m\]'
|
PINK='\[\e[37;1;35m\]'
|
||||||
NORMAL='\[\033[00m\]'
|
NORMAL='\[\033[00m\]'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue