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-woodland | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 build/base16-woodland (limited to 'build/base16-woodland') diff --git a/build/base16-woodland b/build/base16-woodland new file mode 100644 index 0000000..a8e8a09 --- /dev/null +++ b/build/base16-woodland @@ -0,0 +1,31 @@ +; base16-woodland +; +; base16: (https://github.com/chriskempson/base16) +; +; Scheme: Jay Cornwall (https://jcornwall.com) +; Template: Christian Karl + +[STYLE] +; Colors +base00 = #231e18 +base01 = #302b25 +base02 = #48413a +base03 = #9d8b70 +base04 = #b4a490 +base05 = #cabcb1 +base06 = #d7c8bc +base07 = #e4d4c8 +base08 = #d35c5c +base09 = #ca7f32 +base0a = #e0ac16 +base0b = #b7ba53 +base0c = #6eb958 +base0d = #88a4d3 +base0e = #bb90e2 +base0f = #b49368 + +; Additional custom overrides, e.g. +; font = 10pt Hack +; thumbnail.padding = 32 + +; vim:ft=dosini -- cgit