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-codeschool | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 build/base16-codeschool (limited to 'build/base16-codeschool') diff --git a/build/base16-codeschool b/build/base16-codeschool new file mode 100644 index 0000000..7243001 --- /dev/null +++ b/build/base16-codeschool @@ -0,0 +1,31 @@ +; base16-codeschool +; +; base16: (https://github.com/chriskempson/base16) +; +; Scheme: blockloop +; Template: Christian Karl + +[STYLE] +; Colors +base00 = #232c31 +base01 = #1c3657 +base02 = #2a343a +base03 = #3f4944 +base04 = #84898c +base05 = #9ea7a6 +base06 = #a7cfa3 +base07 = #b5d8f6 +base08 = #2a5491 +base09 = #43820d +base0a = #a03b1e +base0b = #237986 +base0c = #b02f30 +base0d = #484d79 +base0e = #c59820 +base0f = #c98344 + +; Additional custom overrides, e.g. +; font = 10pt Hack +; thumbnail.padding = 32 + +; vim:ft=dosini -- cgit