Better naming for base.bash colors
authorRobert R Evans <robert@codewranglers.org>
Sat, 2 Oct 2010 19:31:01 +0000 (12:31 -0700)
committerRobert R Evans <robert@codewranglers.org>
Sat, 2 Oct 2010 19:31:01 +0000 (12:31 -0700)
themes/base.bash

index 7786957..7030243 100644 (file)
@@ -1,11 +1,11 @@
 #!/bin/bash
 
 # Some Colors
-BGREEN='\[\033[1;32m\]'
+BOLD_GREEN='\[\033[1;32m\]'
 GREEN='\[\033[0;32m\]'
-BRED='\[\033[1;31m\]'
+BOLD_RED='\[\033[1;31m\]'
 RED='\[\033[0;31m\]'
-BBLUE='\[\033[1;34m\]'
+BOLD_BLUE='\[\033[1;34m\]'
 BLUE='\[\033[0;34m\]'
 PINK='\[\e[37;1;35m\]'
 NORMAL='\[\033[00m\]'