| 12345678910111213141516171819202122232425262728293031323334 |
- # fuzzel — application launcher / dmenu replacement for bemenu
- # Palette matches the ghostty theme (background #181818, foreground #d8d8d8).
- font=B612:size=11
- prompt=🔍
- icon-theme=hicolor
- terminal=ghostty -e
- layer=overlay
- match-mode=fzf
- lines=10
- width=40
- tabs=4
- horizontal-pad=16
- vertical-pad=12
- inner-pad=8
- exit-on-keyboard-focus-loss=yes
- [colors]
- background=181818f0
- text=d8d8d8ff
- prompt=d8d8d8ff
- input=ffffffff
- match=7cafc2ff
- selection=323232ff
- selection-text=ffffffff
- selection-match=7cafc2ff
- border=323232ff
- [border]
- width=5
- radius=10
- [dmenu]
- mode=text
|