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-spacemacs | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 build/base16-spacemacs (limited to 'build/base16-spacemacs') diff --git a/build/base16-spacemacs b/build/base16-spacemacs new file mode 100644 index 0000000..8590afb --- /dev/null +++ b/build/base16-spacemacs @@ -0,0 +1,31 @@ +; base16-spacemacs +; +; base16: (https://github.com/chriskempson/base16) +; +; Scheme: Nasser Alshammari (https://github.com/nashamri/spacemacs-theme) +; Template: Christian Karl + +[STYLE] +; Colors +base00 = #1f2022 +base01 = #282828 +base02 = #444155 +base03 = #585858 +base04 = #b8b8b8 +base05 = #a3a3a3 +base06 = #e8e8e8 +base07 = #f8f8f8 +base08 = #f2241f +base09 = #ffa500 +base0a = #b1951d +base0b = #67b11d +base0c = #2d9574 +base0d = #4f97d7 +base0e = #a31db1 +base0f = #b03060 + +; Additional custom overrides, e.g. +; font = 10pt Hack +; thumbnail.padding = 32 + +; vim:ft=dosini -- cgit