Merge pull request #935 from watilde/fix-white-color
Fix white color in colors.theme
This commit is contained in:
@@ -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\]"
|
||||
|
||||
Reference in New Issue
Block a user