During the color override release, we had a regression in non-256 color terminals for their prompt_git_status_color. The setting disappeared during to refactoring (it was renamed to prompt_symbol_color.
As with all regressions, we should write a regression test against this (and probablhy all colors) to prevent future ones from occurring.
During the color override release, we had a regression in non-256 color terminals for their
prompt_git_status_color
. The setting disappeared during to refactoring (it was renamed toprompt_symbol_color
.As with all regressions, we should write a regression test against this (and probablhy all colors) to prevent future ones from occurring.