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-brushtrees | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 build/base16-brushtrees (limited to 'build/base16-brushtrees') diff --git a/build/base16-brushtrees b/build/base16-brushtrees new file mode 100644 index 0000000..2b12239 --- /dev/null +++ b/build/base16-brushtrees @@ -0,0 +1,31 @@ +; base16-brushtrees +; +; base16: (https://github.com/chriskempson/base16) +; +; Scheme: Abraham White <abelincoln.white@gmail.com> +; Template: Christian Karl + +[STYLE] +; Colors +base00 = #E3EFEF +base01 = #C9DBDC +base02 = #B0C5C8 +base03 = #98AFB5 +base04 = #8299A1 +base05 = #6D828E +base06 = #5A6D7A +base07 = #485867 +base08 = #b38686 +base09 = #d8bba2 +base0a = #aab386 +base0b = #87b386 +base0c = #86b3b3 +base0d = #868cb3 +base0e = #b386b2 +base0f = #b39f9f + +; Additional custom overrides, e.g. +; font = 10pt Hack +; thumbnail.padding = 32 + +; vim:ft=dosini -- cgit