Files
apex/templates/fuzzel/fuzzel.ini.j2
s0wlz (Matthias Puchstein) 8479c3d4dd feat: add Fuzzel theme template
- Created Jinja2 template for Fuzzel application launcher.
- Standardized color mappings (Void background, Razor selection, Cyan border).
- Updated documentation and repository map.
2025-12-31 00:56:14 +01:00

16 lines
473 B
Django/Jinja

# {{ scheme }} — Fuzzel Theme
# DNA: State over Decoration
[colors]
background={{ palette.background | replace('#', '') }}ff
text={{ palette.foreground | replace('#', '') }}ff
match={{ palette.info | replace('#', '') }}ff
selection={{ palette.selection | replace('#', '') }}ff
selection-text={{ palette.selection_fg | replace('#', '') }}ff
selection-match={{ palette.info | replace('#', '') }}ff
border={{ palette.info | replace('#', '') }}ff
[border]
width=2
radius=0