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-papercolor-light | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 build/base16-papercolor-light (limited to 'build/base16-papercolor-light') diff --git a/build/base16-papercolor-light b/build/base16-papercolor-light new file mode 100644 index 0000000..3bfd635 --- /dev/null +++ b/build/base16-papercolor-light @@ -0,0 +1,31 @@ +; base16-papercolor-light +; +; base16: (https://github.com/chriskempson/base16) +; +; Scheme: Jon Leopard (http://github.com/jonleopard) based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme) +; Template: Christian Karl + +[STYLE] +; Colors +base00 = #eeeeee +base01 = #af0000 +base02 = #008700 +base03 = #5f8700 +base04 = #0087af +base05 = #878787 +base06 = #005f87 +base07 = #444444 +base08 = #bcbcbc +base09 = #d70000 +base0a = #d70087 +base0b = #8700af +base0c = #d75f00 +base0d = #d75f00 +base0e = #005faf +base0f = #005f87 + +; Additional custom overrides, e.g. +; font = 10pt Hack +; thumbnail.padding = 32 + +; vim:ft=dosini -- cgit