diff options
| author | seraphim <18ycm9tx@anonaddy.me> | 2026-08-25 12:40:31 +0700 |
|---|---|---|
| committer | seraphim <18ycm9tx@anonaddy.me> | 2026-08-25 12:40:31 +0700 |
| commit | cc7b61a1496d25a100f012300c1121835a9f8177 (patch) | |
| tree | e683f7c5fdd604e0a1a4b59df1ca79386c805f81 /.config/wallust/templates/foot-colors-custom.ini | |
| parent | 9d11eefc53441e1f5688545b4b827f7c8dd5090d (diff) | |
new cursors
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}} |
