Fix white color in colors.theme

This commit is contained in:
Daijiro Wachi
2017-04-10 12:01:59 +02:00
parent f3d229e5cb
commit a014282707

View File

@@ -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\]"