diff options
Diffstat (limited to '.config/wallust/templates/foot-colors-custom.ini')
| -rw-r--r-- | .config/wallust/templates/foot-colors-custom.ini | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/wallust/templates/foot-colors-custom.ini b/.config/wallust/templates/foot-colors-custom.ini index 5fc7983..fa7fd4c 100644 --- a/.config/wallust/templates/foot-colors-custom.ini +++ b/.config/wallust/templates/foot-colors-custom.ini @@ -1,7 +1,10 @@ # wallust foot template — foot expects colors without '#' [colors] background={{background}} -foreground={{foreground}} +# Pin foreground to the brightest palette color so typed text is always readable. +# wallust sorts color0=darkest / color15=brightest with --palette dark, and swaps +# them with --palette light, so this stays correct in both modes (no dark-on-dark). +foreground={{color15}} regular0={{color0}} regular1={{color1}} regular2={{color2}} |
