Closed matyama closed 2 years ago
Alternatives that work out-of-the-box are:
According to the p10k docs using these one can
confine prompt colors to the selected terminal color palette
while
Other styles use fixed colors and thus look the same in any terminal color palette.
Using one of these configurations this issue could be closed since no hack would be necessary.
No longer an issue, addressed by 4b1d786.
d123775548bbe6e8a7c4b5da2170d4ca4f0f92fe introduced custom Base16 color setup to
p10k.zsh
. This includes definition and usage ofBASE16_BASE*
variables.Unfortunately, running
p10k configure
will rewritep10k.zsh
and thus revert these color changes. Make a script that would re-apply this custom color config or investigate other means how to preserve it.