diff options
| author | Robert Günzler <r@gnzler.io> | 2023-07-08 04:56:15 +0900 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2023-07-08 04:56:15 +0900 |
| commit | 1a220f1578ce0e18cffff97ae8ba68d6a4dfea4d (patch) | |
| tree | b29a95e5661a37d698bc31448cd8c3933052d0d4 /.config/flavours/templates/mako | |
| parent | 06d77d2ba07e6191792a546d7fe15683cc026578 (diff) | |
flavours: control font setting centrally
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.config/flavours/templates/mako')
| -rw-r--r-- | .config/flavours/templates/mako/templates/hibiki.mustache | 5 | ||||
| -rw-r--r-- | .config/flavours/templates/mako/templates/hibiki.mustache.in | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/.config/flavours/templates/mako/templates/hibiki.mustache b/.config/flavours/templates/mako/templates/hibiki.mustache new file mode 100644 index 0000000..3b23d87 --- /dev/null +++ b/.config/flavours/templates/mako/templates/hibiki.mustache @@ -0,0 +1,5 @@ +font=Iosevka Etoile 10 +background-color=#{{base00-hex}} +text-color=#{{base0F-hex}} +border-color=#{{base06-hex}}dd +progress-color=source #{{base06-hex}}dd diff --git a/.config/flavours/templates/mako/templates/hibiki.mustache.in b/.config/flavours/templates/mako/templates/hibiki.mustache.in new file mode 100644 index 0000000..238e23e --- /dev/null +++ b/.config/flavours/templates/mako/templates/hibiki.mustache.in @@ -0,0 +1,5 @@ +font=@uifont@ 10 +background-color=#{{base00-hex}} +text-color=#{{base0F-hex}} +border-color=#{{base06-hex}}dd +progress-color=source #{{base06-hex}}dd |