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-summerfruit-light | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 build/base16-summerfruit-light (limited to 'build/base16-summerfruit-light') diff --git a/build/base16-summerfruit-light b/build/base16-summerfruit-light new file mode 100644 index 0000000..a5e50e1 --- /dev/null +++ b/build/base16-summerfruit-light @@ -0,0 +1,31 @@ +; base16-summerfruit-light +; +; base16: (https://github.com/chriskempson/base16) +; +; Scheme: Christopher Corley (http://christop.club/) +; Template: Christian Karl + +[STYLE] +; Colors +base00 = #FFFFFF +base01 = #E0E0E0 +base02 = #D0D0D0 +base03 = #B0B0B0 +base04 = #000000 +base05 = #101010 +base06 = #151515 +base07 = #202020 +base08 = #FF0086 +base09 = #FD8900 +base0a = #ABA800 +base0b = #00C918 +base0c = #1FAAAA +base0d = #3777E6 +base0e = #AD00A1 +base0f = #CC6633 + +; Additional custom overrides, e.g. +; font = 10pt Hack +; thumbnail.padding = 32 + +; vim:ft=dosini -- cgit