summary refs log tree commit diff
path: root/.config/flavours/templates/neovim
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2023-07-08 04:56:15 +0900
committerRobert Günzler <r@gnzler.io>2023-07-08 04:56:15 +0900
commit1a220f1578ce0e18cffff97ae8ba68d6a4dfea4d (patch)
treeb29a95e5661a37d698bc31448cd8c3933052d0d4 /.config/flavours/templates/neovim
parent06d77d2ba07e6191792a546d7fe15683cc026578 (diff)
flavours: control font setting centrally
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.config/flavours/templates/neovim')
-rw-r--r--.config/flavours/templates/neovim/templates/hibiki.mustache18
1 files changed, 18 insertions, 0 deletions
diff --git a/.config/flavours/templates/neovim/templates/hibiki.mustache b/.config/flavours/templates/neovim/templates/hibiki.mustache
new file mode 100644
index 0000000..42403d3
--- /dev/null
+++ b/.config/flavours/templates/neovim/templates/hibiki.mustache
@@ -0,0 +1,18 @@
+return {
+  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}}',
+}