Commit bb6a680
fix(themes/powerline): restore POWERLINE_PROMPT_FOREGROUND_COLOR support
The cleanup in #2360 overwrote the fix from #2231, causing
POWERLINE_PROMPT_FOREGROUND_COLOR to be ignored. Restore the variable
with a safe default of '-' (no override) so existing setups are
unaffected while still allowing foreground color customization.
Fixes #2374
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 854c4ee commit bb6a680
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
271 | | - | |
272 | | - | |
| 271 | + | |
| 272 | + | |
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
| |||
0 commit comments