Fix white color in colors.theme

pull/935/head
Daijiro Wachi 2017-04-10 12:01:59 +02:00
parent f3d229e5cb
commit a014282707
1 changed files with 1 additions and 1 deletions

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