wallust

mrgrouse's configs for https://codeberg.org/explosion-mental/wallust
Log | Files | Refs | Submodules | README

fuzzel.ini (568B)


      1 # colors for fuzzel application launcher
      2 # You can use this template by adding the following to wallust.toml:
      3 # fuzzel = { template = "fuzzel.ini", target = "~/.config/fuzzel/colors.ini" }
      4 # and add the following to your foot.ini config
      5 #
      6 # [main]
      7 # include=/home/USERNAME/.config/fuzzel/colors.ini
      8 
      9 
     10 [colors]
     11 background={{background}}ff
     12 text={{foreground}}ff
     13 prompt={{color0}}ff
     14 placeholder={{color1}}ff
     15 input={{color2}}ff
     16 match={{color3}}ff
     17 selection={{color4}}ff
     18 selection-text={{foreground}}ff
     19 selection-match={{color6}}ff
     20 counter={{color7}}ff
     21 border={{color8}}ff