From cc7b61a1496d25a100f012300c1121835a9f8177 Mon Sep 17 00:00:00 2001 From: seraphim <18ycm9tx@anonaddy.me> Date: Tue, 25 Aug 2026 12:40:31 +0700 Subject: new cursors --- .config/wallust/templates/foot-colors-custom.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.config/wallust/templates/foot-colors-custom.ini') 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}} -- cgit v1.2.3