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-grayscale-dark | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 build/base16-grayscale-dark (limited to 'build/base16-grayscale-dark') diff --git a/build/base16-grayscale-dark b/build/base16-grayscale-dark new file mode 100644 index 0000000..da87c3f --- /dev/null +++ b/build/base16-grayscale-dark @@ -0,0 +1,31 @@ +; base16-grayscale-dark +; +; base16: (https://github.com/chriskempson/base16) +; +; Scheme: Alexandre Gavioli (https://github.com/Alexx2/) +; Template: Christian Karl + +[STYLE] +; Colors +base00 = #101010 +base01 = #252525 +base02 = #464646 +base03 = #525252 +base04 = #ababab +base05 = #b9b9b9 +base06 = #e3e3e3 +base07 = #f7f7f7 +base08 = #7c7c7c +base09 = #999999 +base0a = #a0a0a0 +base0b = #8e8e8e +base0c = #868686 +base0d = #686868 +base0e = #747474 +base0f = #5e5e5e + +; Additional custom overrides, e.g. +; font = 10pt Hack +; thumbnail.padding = 32 + +; vim:ft=dosini -- cgit