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-onedark | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 build/base16-onedark (limited to 'build/base16-onedark') diff --git a/build/base16-onedark b/build/base16-onedark new file mode 100644 index 0000000..035cc0f --- /dev/null +++ b/build/base16-onedark @@ -0,0 +1,31 @@ +; base16-onedark +; +; base16: (https://github.com/chriskempson/base16) +; +; Scheme: Lalit Magant (http://github.com/tilal6991) +; Template: Christian Karl + +[STYLE] +; Colors +base00 = #282c34 +base01 = #353b45 +base02 = #3e4451 +base03 = #545862 +base04 = #565c64 +base05 = #abb2bf +base06 = #b6bdca +base07 = #c8ccd4 +base08 = #e06c75 +base09 = #d19a66 +base0a = #e5c07b +base0b = #98c379 +base0c = #56b6c2 +base0d = #61afef +base0e = #c678dd +base0f = #be5046 + +; Additional custom overrides, e.g. +; font = 10pt Hack +; thumbnail.padding = 32 + +; vim:ft=dosini -- cgit