diff options
| author | Robert Günzler <r@gnzler.io> | 2023-07-13 17:46:19 +0900 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2023-07-13 17:58:48 +0900 |
| commit | c2c99761de427aed030199a0b29869e802a8c78f (patch) | |
| tree | 036e524c5dae492c091de4991096829af2e99b5d /.config/flavours/templates/foot | |
| parent | 55e12519e03a44ee6c2ef99cc6829b9fbebdcc46 (diff) | |
flavours: bring colors into dotfiles
and fix accents and font Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.config/flavours/templates/foot')
| -rw-r--r-- | .config/flavours/templates/foot/templates/hibiki.mustache | 2 | ||||
| -rw-r--r-- | .config/flavours/templates/foot/templates/hibiki.mustache.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/flavours/templates/foot/templates/hibiki.mustache b/.config/flavours/templates/foot/templates/hibiki.mustache index 9dcff93..3dc4df2 100644 --- a/.config/flavours/templates/foot/templates/hibiki.mustache +++ b/.config/flavours/templates/foot/templates/hibiki.mustache @@ -1,7 +1,7 @@ # Base16 Karafuru Dark - foot color config # robertgzr -font=DejaVu Sans Mono:size=11,Sarasa Fixed J:size=12,Noto Emoji,Material Design Icons Desktop # {{monofont}} +font=Iosevka SS04 Extended:size=11,Sarasa Fixed J:size=12,Noto Emoji,Material Design Icons Desktop [colors] background={{base00-hex}} diff --git a/.config/flavours/templates/foot/templates/hibiki.mustache.in b/.config/flavours/templates/foot/templates/hibiki.mustache.in index 05a87da..7cb3b6a 100644 --- a/.config/flavours/templates/foot/templates/hibiki.mustache.in +++ b/.config/flavours/templates/foot/templates/hibiki.mustache.in @@ -1,7 +1,7 @@ # Base16 Karafuru Dark - foot color config # robertgzr -font=@monofont@:size=11,Sarasa Fixed J:size=12,Noto Emoji,Material Design Icons Desktop # {{monofont}} +font=@monofont@:size=11,Sarasa Fixed J:size=12,Noto Emoji,Material Design Icons Desktop [colors] background={{base00-hex}} |