Powerlevel9k / powerlevel9k

Powerlevel9k was a tool for building a beautiful and highly functional CLI, customized for you. P9k had a substantial impact on CLI UX, and its legacy is now continued by P10k.
https://github.com/romkatv/powerlevel10k
MIT License
13.47k stars 947 forks source link

Status segment do not respect user defined colors #1244

Closed numered closed 5 years ago

numered commented 5 years ago

Describe Your Issue

Error status segment do not respect defined background and foreground colors. issuestatus As seen on the image, the colors are displayed incorectly in the status segment in case of an error, even though in the OK case, everything works perfectly.

Have you tried to debug or fix it?

I tried to use the old variables names but that didn't change anything.

Environment Information

OS: Ubuntu 18.10 ZSH version: 5.5.1 ZSH framework: Oh-My-ZSH P9K installation: Cloning the repo P9K version: Latest next commit at this time (110efcb) Terminal emulator: Tested on Terminator and Ubuntu default terminal

Syphdias commented 5 years ago

@numered Can you please provide the config you are setting the colours with?

https://github.com/bhilburn/powerlevel9k/blob/110efcbee73fcaa24fdbc59fb99ee5f53d156768/segments/status/README.md#color-customization

numered commented 5 years ago

Just checked, some variable names were changed. Thanks.