| 1234567891011121314151617181920 |
- # fuzzel — application launcher / dmenu replacement for bemenu
- # Palette matches the ghostty theme (background #181818, foreground #d8d8d8).
- font=B612:size=11
- icon-theme=hicolor
- terminal=ghostty -e
- layer=overlay
- match-mode=fzf
- [colors]
- background=181818f0
- text=d8d8d8ff
- prompt=d8d8d8ff
- input=ffffffff
- match=7cafc2ff
- selection=323232ff
- selection-text=ffffffff
- selection-match=7cafc2ff
- border=323232ff
|