summaryrefslogtreecommitdiff
path: root/.config/wallust/templates/foot-colors-custom.ini
blob: fa7fd4c55935ff02bc75804e20390ac937db3b41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# wallust foot template — foot expects colors without '#'
[colors]
background={{background}}
# 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}}
regular3={{color3}}
regular4={{color4}}
regular5={{color5}}
regular6={{color6}}
regular7={{color7}}
bright0={{color8}}
bright1={{color9}}
bright2={{color10}}
bright3={{color11}}
bright4={{color12}}
bright5={{color13}}
bright6={{color14}}
bright7={{color15}}