Code Review
/
common
/
bash_it.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
76ed68d
)
Better naming for base.bash colors
author
Robert R Evans
<robert@codewranglers.org>
Sat, 2 Oct 2010 19:31:01 +0000
(12:31 -0700)
committer
Robert R Evans
<robert@codewranglers.org>
Sat, 2 Oct 2010 19:31:01 +0000
(12:31 -0700)
themes/base.bash
patch
|
blob
|
history
diff --git
a/themes/base.bash
b/themes/base.bash
index
7786957
..
7030243
100644
(file)
--- a/
themes/base.bash
+++ b/
themes/base.bash
@@
-1,11
+1,11
@@
#!/bin/bash
# Some Colors
-BGREEN='\[\033[1;32m\]'
+B
OLD_
GREEN='\[\033[1;32m\]'
GREEN='\[\033[0;32m\]'
-BRED='\[\033[1;31m\]'
+B
OLD_
RED='\[\033[1;31m\]'
RED='\[\033[0;31m\]'
-BBLUE='\[\033[1;34m\]'
+B
OLD_
BLUE='\[\033[1;34m\]'
BLUE='\[\033[0;34m\]'
PINK='\[\e[37;1;35m\]'
NORMAL='\[\033[00m\]'