diff options
| author | Robert Günzler <r@gnzler.io> | 2026-02-10 12:32:48 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-02-10 12:41:25 +0100 |
| commit | 63feeb9f369fc6176e85c1c2d8fcc863caad1946 (patch) | |
| tree | 41cd5d2d1ec36e74e464caab722cc9b460153f04 /.config/flavours/templates/bemenu | |
| parent | 5bd0a4aca65ecb9818ef1285982d160b6b6ff665 (diff) | |
start new
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.config/flavours/templates/bemenu')
| -rw-r--r-- | .config/flavours/templates/bemenu/templates/hibiki.mustache | 27 | ||||
| -rw-r--r-- | .config/flavours/templates/bemenu/templates/hibiki.mustache.in | 27 |
2 files changed, 0 insertions, 54 deletions
diff --git a/.config/flavours/templates/bemenu/templates/hibiki.mustache b/.config/flavours/templates/bemenu/templates/hibiki.mustache deleted file mode 100644 index 433aeb3..0000000 --- a/.config/flavours/templates/bemenu/templates/hibiki.mustache +++ /dev/null @@ -1,27 +0,0 @@ ---fn \"Iosevka SS04 Extended 10\" -# normal ---nb "#{{base00-hex}}" ---nf "#{{base07-hex}}" -# alternate ---ab "#{{base00-hex}}" ---af "#{{base07-hex}}" -# title ---tb "#{{base05-hex}}" ---tf "#{{base07-hex}}" -# filter ---fb "#{{base00-hex}}" ---ff "#{{base07-hex}}" -# selection ---sb "#{{base0A-hex}}" ---sf "#{{base00-hex}}" -# highlighted ---hb "#{{base05-hex}}" ---hf "#{{base07-hex}}" -# scrollbar ---scb "#{{base00-hex}}" ---scf "#{{base08-hex}}" -# border ---bdr "#{{base05-hex}}" -# feedback ---fbb "#{{base09-hex}}" ---fbf "#{{base05-hex}}" diff --git a/.config/flavours/templates/bemenu/templates/hibiki.mustache.in b/.config/flavours/templates/bemenu/templates/hibiki.mustache.in deleted file mode 100644 index bb11b38..0000000 --- a/.config/flavours/templates/bemenu/templates/hibiki.mustache.in +++ /dev/null @@ -1,27 +0,0 @@ ---fn \"@monofont@ 10\" -# normal ---nb "#{{base00-hex}}" ---nf "#{{base07-hex}}" -# alternate ---ab "#{{base00-hex}}" ---af "#{{base07-hex}}" -# title ---tb "#{{base05-hex}}" ---tf "#{{base07-hex}}" -# filter ---fb "#{{base00-hex}}" ---ff "#{{base07-hex}}" -# selection ---sb "#{{base0A-hex}}" ---sf "#{{base00-hex}}" -# highlighted ---hb "#{{base05-hex}}" ---hf "#{{base07-hex}}" -# scrollbar ---scb "#{{base00-hex}}" ---scf "#{{base08-hex}}" -# border ---bdr "#{{base05-hex}}" -# feedback ---fbb "#{{base09-hex}}" ---fbf "#{{base05-hex}}" |