aboutsummaryrefslogtreecommitdiff
path: root/templates/colors.mustache
diff options
context:
space:
mode:
authorLibravatar Kevin Hamer <kevin.hamer@gmail.com>2018-03-05 17:50:36 -0500
committerLibravatar GitHub <noreply@github.com>2018-03-05 17:50:36 -0500
commit9471b116e5a9af66828374f217540c77908ccf12 (patch)
tree6f6dbb8283c7bfc1c91bc98c60f18510351b5fb3 /templates/colors.mustache
parent79de0c9207e7ec5a48939f9255bd673a82f69120 (diff)
parentdd6cbb6bb7907f14d56d1aed69faee1799ec2016 (diff)
Merge pull request #5 from mnussbaum/partials
Separate out more config components and combine them using mustache partials
Diffstat (limited to 'templates/colors.mustache')
-rw-r--r--templates/colors.mustache21
1 files changed, 21 insertions, 0 deletions
diff --git a/templates/colors.mustache b/templates/colors.mustache
new file mode 100644
index 0000000..5385b19
--- /dev/null
+++ b/templates/colors.mustache
@@ -0,0 +1,21 @@
+## Base16 {{scheme-name}}
+# Author: {{scheme-author}}
+#
+# You can use these variables anywhere in the i3 configuration file.
+
+set $base00 #{{base00-hex}}
+set $base01 #{{base01-hex}}
+set $base02 #{{base02-hex}}
+set $base03 #{{base03-hex}}
+set $base04 #{{base04-hex}}
+set $base05 #{{base05-hex}}
+set $base06 #{{base06-hex}}
+set $base07 #{{base07-hex}}
+set $base08 #{{base08-hex}}
+set $base09 #{{base09-hex}}
+set $base0A #{{base0A-hex}}
+set $base0B #{{base0B-hex}}
+set $base0C #{{base0C-hex}}
+set $base0D #{{base0D-hex}}
+set $base0E #{{base0E-hex}}
+set $base0F #{{base0F-hex}}