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-github | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 build/base16-github (limited to 'build/base16-github') diff --git a/build/base16-github b/build/base16-github new file mode 100644 index 0000000..043680a --- /dev/null +++ b/build/base16-github @@ -0,0 +1,31 @@ +; base16-github +; +; base16: (https://github.com/chriskempson/base16) +; +; Scheme: Defman21 +; Template: Christian Karl + +[STYLE] +; Colors +base00 = #ffffff +base01 = #f5f5f5 +base02 = #c8c8fa +base03 = #969896 +base04 = #e8e8e8 +base05 = #333333 +base06 = #ffffff +base07 = #ffffff +base08 = #ed6a43 +base09 = #0086b3 +base0a = #795da3 +base0b = #183691 +base0c = #183691 +base0d = #795da3 +base0e = #a71d5d +base0f = #333333 + +; Additional custom overrides, e.g. +; font = 10pt Hack +; thumbnail.padding = 32 + +; vim:ft=dosini -- cgit