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-sandcastle | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 build/base16-sandcastle (limited to 'build/base16-sandcastle') diff --git a/build/base16-sandcastle b/build/base16-sandcastle new file mode 100644 index 0000000..85ebcd0 --- /dev/null +++ b/build/base16-sandcastle @@ -0,0 +1,31 @@ +; base16-sandcastle +; +; base16: (https://github.com/chriskempson/base16) +; +; Scheme: George Essig (https://github.com/gessig) +; Template: Christian Karl + +[STYLE] +; Colors +base00 = #282c34 +base01 = #2c323b +base02 = #3e4451 +base03 = #665c54 +base04 = #928374 +base05 = #a89984 +base06 = #d5c4a1 +base07 = #fdf4c1 +base08 = #83a598 +base09 = #a07e3b +base0a = #a07e3b +base0b = #528b8b +base0c = #83a598 +base0d = #83a598 +base0e = #d75f5f +base0f = #a87322 + +; Additional custom overrides, e.g. +; font = 10pt Hack +; thumbnail.padding = 32 + +; vim:ft=dosini -- cgit