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-pop | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 build/base16-pop (limited to 'build/base16-pop') diff --git a/build/base16-pop b/build/base16-pop new file mode 100644 index 0000000..ca3d72c --- /dev/null +++ b/build/base16-pop @@ -0,0 +1,31 @@ +; base16-pop +; +; base16: (https://github.com/chriskempson/base16) +; +; Scheme: Chris Kempson (http://chriskempson.com) +; Template: Christian Karl + +[STYLE] +; Colors +base00 = #000000 +base01 = #202020 +base02 = #303030 +base03 = #505050 +base04 = #b0b0b0 +base05 = #d0d0d0 +base06 = #e0e0e0 +base07 = #ffffff +base08 = #eb008a +base09 = #f29333 +base0a = #f8ca12 +base0b = #37b349 +base0c = #00aabb +base0d = #0e5a94 +base0e = #b31e8d +base0f = #7a2d00 + +; Additional custom overrides, e.g. +; font = 10pt Hack +; thumbnail.padding = 32 + +; vim:ft=dosini -- cgit