aboutsummaryrefslogtreecommitdiff
path: root/bash/color.bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash/color.bash')
-rw-r--r--bash/color.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/color.bash b/bash/color.bash
index 9bc93c6..0ec938d 100644
--- a/bash/color.bash
+++ b/bash/color.bash
@@ -7,7 +7,7 @@ yellow="\[\e[0;33m\]"
blue="\[\e[0;34m\]"
purple="\[\e[0;35m\]"
cyan="\[\e[0;36m\]"
-white="\[\e[0;37m\]"
+white="\[\e[0;37m\]" #This is actually gray
orange="\[\e[0;91m\]"
bold_black="\[\e[30;1m\]"