caiogondim / bullet-train.zsh

:bullettrain_side: An oh-my-zsh shell theme based on the Powerline Vim plugin
MIT License
2.82k stars 383 forks source link

Color scheme is not working. #252

Open nereuseng opened 6 years ago

nereuseng commented 6 years ago

My terminal color scheme not working. As you see the screenshot below, the "root@DESKTOP-F9P54DH" part was not coloring. I dont know how that happened. Please tell what can I do for any workaround.

OS: Windows 10 Terminal: bash on ubuntu on windows and integrated with vsode

1510732959263

jfmcdowell commented 6 years ago

You need to assign a color to the BULLETTRAIN_CONTEXT_BG variable in your .zshrc file. For example BULLETTRAIN_CONTEXT_BG=red will make your context background red (as defined by your theme)

nereuseng commented 6 years ago

Thank you!! It solved!