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-circus | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 build/base16-circus (limited to 'build/base16-circus') diff --git a/build/base16-circus b/build/base16-circus new file mode 100644 index 0000000..8448bb6 --- /dev/null +++ b/build/base16-circus @@ -0,0 +1,31 @@ +; base16-circus +; +; base16: (https://github.com/chriskempson/base16) +; +; Scheme: Stephan Boyer (https://github.com/stepchowfun) and Esther Wang (https://github.com/ewang12) +; Template: Christian Karl + +[STYLE] +; Colors +base00 = #191919 +base01 = #202020 +base02 = #303030 +base03 = #5f5a60 +base04 = #505050 +base05 = #a7a7a7 +base06 = #808080 +base07 = #ffffff +base08 = #dc657d +base09 = #4bb1a7 +base0a = #c3ba63 +base0b = #84b97c +base0c = #4bb1a7 +base0d = #639ee4 +base0e = #b888e2 +base0f = #b888e2 + +; Additional custom overrides, e.g. +; font = 10pt Hack +; thumbnail.padding = 32 + +; vim:ft=dosini -- cgit