From a014282707b6f3246b3ee729b503af56781b0c9a Mon Sep 17 00:00:00 2001 From: Daijiro Wachi Date: Mon, 10 Apr 2017 12:01:59 +0200 Subject: [PATCH] Fix white color in colors.theme --- themes/colors.theme.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/colors.theme.bash b/themes/colors.theme.bash index da42f66b..53f357e2 100644 --- a/themes/colors.theme.bash +++ b/themes/colors.theme.bash @@ -189,7 +189,7 @@ yellow="\[\e[0;33m\]" blue="\[\e[0;34m\]" purple="\[\e[0;35m\]" cyan="\[\e[0;36m\]" -white="\[\e[0;37;1m\]" +white="\[\e[0;37m\]" orange="\[\e[0;91m\]" bold_black="\[\e[30;1m\]"