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-phd | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 build/base16-phd (limited to 'build/base16-phd') diff --git a/build/base16-phd b/build/base16-phd new file mode 100644 index 0000000..5e9d8a6 --- /dev/null +++ b/build/base16-phd @@ -0,0 +1,31 @@ +; base16-phd +; +; base16: (https://github.com/chriskempson/base16) +; +; Scheme: Hennig Hasemann (http://leetless.de/vim.html) +; Template: Christian Karl + +[STYLE] +; Colors +base00 = #061229 +base01 = #2a3448 +base02 = #4d5666 +base03 = #717885 +base04 = #9a99a3 +base05 = #b8bbc2 +base06 = #dbdde0 +base07 = #ffffff +base08 = #d07346 +base09 = #f0a000 +base0a = #fbd461 +base0b = #99bf52 +base0c = #72b9bf +base0d = #5299bf +base0e = #9989cc +base0f = #b08060 + +; Additional custom overrides, e.g. +; font = 10pt Hack +; thumbnail.padding = 32 + +; vim:ft=dosini -- cgit