- Created Jinja2 template for Fuzzel application launcher. - Standardized color mappings (Void background, Razor selection, Cyan border). - Updated documentation and repository map.
16 lines
473 B
Django/Jinja
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
|