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-icy | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 build/base16-icy (limited to 'build/base16-icy') diff --git a/build/base16-icy b/build/base16-icy new file mode 100644 index 0000000..0ee574b --- /dev/null +++ b/build/base16-icy @@ -0,0 +1,31 @@ +; base16-icy +; +; base16: (https://github.com/chriskempson/base16) +; +; Scheme: icyphox (https://icyphox.ga) +; Template: Christian Karl + +[STYLE] +; Colors +base00 = #021012 +base01 = #031619 +base02 = #041f23 +base03 = #052e34 +base04 = #064048 +base05 = #095b67 +base06 = #0c7c8c +base07 = #109cb0 +base08 = #16c1d9 +base09 = #b3ebf2 +base0a = #80deea +base0b = #4dd0e1 +base0c = #26c6da +base0d = #00bcd4 +base0e = #00acc1 +base0f = #0097a7 + +; Additional custom overrides, e.g. +; font = 10pt Hack +; thumbnail.padding = 32 + +; vim:ft=dosini -- cgit