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/vimiv | |
| parent | 06d77d2ba07e6191792a546d7fe15683cc026578 (diff) | |
flavours: control font setting centrally
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.config/flavours/templates/vimiv')
| -rw-r--r-- | .config/flavours/templates/vimiv/templates/hibiki.mustache | 1 | ||||
| -rw-r--r-- | .config/flavours/templates/vimiv/templates/hibiki.mustache.in | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/.config/flavours/templates/vimiv/templates/hibiki.mustache b/.config/flavours/templates/vimiv/templates/hibiki.mustache index 056f8fd..ba9bd20 100644 --- a/.config/flavours/templates/vimiv/templates/hibiki.mustache +++ b/.config/flavours/templates/vimiv/templates/hibiki.mustache @@ -1,3 +1,4 @@ +font = 10pt Iosevka Etoile base00 = #{{base00-hex}} base01 = #{{base01-hex}} base02 = #{{base02-hex}} diff --git a/.config/flavours/templates/vimiv/templates/hibiki.mustache.in b/.config/flavours/templates/vimiv/templates/hibiki.mustache.in new file mode 100644 index 0000000..2c09f4f --- /dev/null +++ b/.config/flavours/templates/vimiv/templates/hibiki.mustache.in @@ -0,0 +1,17 @@ +font = 10pt @uifont@ +base00 = #{{base00-hex}} +base01 = #{{base01-hex}} +base02 = #{{base02-hex}} +base03 = #{{base03-hex}} +base04 = #{{base04-hex}} +base05 = #{{base05-hex}} +base06 = #{{base06-hex}} +base07 = #{{base07-hex}} +base08 = #{{base08-hex}} +base09 = #{{base09-hex}} +base0a = #{{base0A-hex}} +base0b = #{{base0B-hex}} +base0c = #{{base0C-hex}} +base0d = #{{base0D-hex}} +base0e = #{{base0E-hex}} +base0f = #{{base0F-hex}} |