fix: set default prompt colors to reset
The default left and right prompt colors were set as Green and AnsiValue(5) respectively, which caused the prompt to be colored even when it was reset. This fix makes the prompts respect the terminal default colors when style="none"
Fixes nushell/nushell#16384
Thanks. The only problem I see here is that neither the left nor right prompt has default colors any longer.
Before
After
Apologies for the delay in following up.and thank you for the feedback. In this fix, the prompts will take on the default colors of the terminal when style="none". The colors can still be changed either by applying a style or by adjusting the terminal settings as needed. If this is acceptable, could it be merged?
I'm not sure because it changes the default colors of the reedline prompts except for the indicator. How do we maintain the colors but not bleed over?