p10k.zsh should only use BASE16_BASE* variables when setting background/foreground colors. d123775548bbe6e8a7c4b5da2170d4ca4f0f92fe introduces these variables and used them in the most important cases but not all.
Replace all remaining hard-coded values by BASE16_BASE*. See these occurrences by running:
p10k.zsh
should only useBASE16_BASE*
variables when setting background/foreground colors. d123775548bbe6e8a7c4b5da2170d4ca4f0f92fe introduces these variables and used them in the most important cases but not all.Replace all remaining hard-coded values by
BASE16_BASE*
. See these occurrences by running: