matyama / configs

Configuration and scripts for Ubuntu desktop
MIT License
2 stars 0 forks source link

Use only Base16 colors in p10k config #20

Closed matyama closed 2 years ago

matyama commented 2 years ago

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:

rg '(FOREGROUND|BACKGROUND|COLOR)=\d+$' .config/zsh/p10k.zsh
matyama commented 2 years ago

No longer an issue, addressed by 4b1d786.