From 352b0737db87e97a91ede7347cf87c887337ad92 Mon Sep 17 00:00:00 2001 From: karlch Date: Fri, 16 Aug 2019 16:06:10 +0200 Subject: Add currently available base16 themes --- build/base16-chalk | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 build/base16-chalk (limited to 'build/base16-chalk') diff --git a/build/base16-chalk b/build/base16-chalk new file mode 100644 index 0000000..4391913 --- /dev/null +++ b/build/base16-chalk @@ -0,0 +1,31 @@ +; base16-chalk +; +; base16: (https://github.com/chriskempson/base16) +; +; Scheme: Chris Kempson (http://chriskempson.com) +; Template: Christian Karl + +[STYLE] +; Colors +base00 = #151515 +base01 = #202020 +base02 = #303030 +base03 = #505050 +base04 = #b0b0b0 +base05 = #d0d0d0 +base06 = #e0e0e0 +base07 = #f5f5f5 +base08 = #fb9fb1 +base09 = #eda987 +base0a = #ddb26f +base0b = #acc267 +base0c = #12cfc0 +base0d = #6fc2ef +base0e = #e1a3ee +base0f = #deaf8f + +; Additional custom overrides, e.g. +; font = 10pt Hack +; thumbnail.padding = 32 + +; vim:ft=dosini -- cgit