From 2c9e31b4d7c69a444417334de33e07ecdf901f92 Mon Sep 17 00:00:00 2001 From: karlch Date: Tue, 11 Feb 2020 09:30:07 +0100 Subject: Rebuild for newest base16 files --- build/base16-edge-dark | 31 +++++++++++++++++++++++++++++++ build/base16-edge-light | 31 +++++++++++++++++++++++++++++++ build/base16-gigavolt | 2 +- build/base16-hardcore | 31 +++++++++++++++++++++++++++++++ 4 files changed, 94 insertions(+), 1 deletion(-) create mode 100644 build/base16-edge-dark create mode 100644 build/base16-edge-light create mode 100644 build/base16-hardcore diff --git a/build/base16-edge-dark b/build/base16-edge-dark new file mode 100644 index 0000000..9a04f3e --- /dev/null +++ b/build/base16-edge-dark @@ -0,0 +1,31 @@ +; base16-edge-dark +; +; base16: (https://github.com/chriskempson/base16) +; +; Scheme: cjayross (https://github.com/cjayross) +; Template: Christian Karl + +[STYLE] +; Colors +base00 = #262729 +base01 = #88909f +base02 = #b7bec9 +base03 = #3e4249 +base04 = #73b3e7 +base05 = #b7bec9 +base06 = #d390e7 +base07 = #3e4249 +base08 = #e77171 +base09 = #e77171 +base0a = #dbb774 +base0b = #a1bf78 +base0c = #5ebaa5 +base0d = #73b3e7 +base0e = #d390e7 +base0f = #5ebaa5 + +; Additional custom overrides, e.g. +; font = 10pt Hack +; thumbnail.padding = 32 + +; vim:ft=dosini diff --git a/build/base16-edge-light b/build/base16-edge-light new file mode 100644 index 0000000..77e6403 --- /dev/null +++ b/build/base16-edge-light @@ -0,0 +1,31 @@ +; base16-edge-light +; +; base16: (https://github.com/chriskempson/base16) +; +; Scheme: cjayross (https://github.com/cjayross) +; Template: Christian Karl + +[STYLE] +; Colors +base00 = #fafafa +base01 = #7c9f4b +base02 = #d69822 +base03 = #5e646f +base04 = #6587bf +base05 = #5e646f +base06 = #b870ce +base07 = #5e646f +base08 = #db7070 +base09 = #db7070 +base0a = #d69822 +base0b = #7c9f4b +base0c = #509c93 +base0d = #6587bf +base0e = #b870ce +base0f = #509c93 + +; Additional custom overrides, e.g. +; font = 10pt Hack +; thumbnail.padding = 32 + +; vim:ft=dosini diff --git a/build/base16-gigavolt b/build/base16-gigavolt index bb01e3b..33c802b 100644 --- a/build/base16-gigavolt +++ b/build/base16-gigavolt @@ -9,7 +9,7 @@ ; Colors base00 = #202126 base01 = #2d303d -base02 = #706d60 +base02 = #5a576e base03 = #a1d2e6 base04 = #cad3ff base05 = #e9e7e1 diff --git a/build/base16-hardcore b/build/base16-hardcore new file mode 100644 index 0000000..dc7055c --- /dev/null +++ b/build/base16-hardcore @@ -0,0 +1,31 @@ +; base16-hardcore +; +; base16: (https://github.com/chriskempson/base16) +; +; Scheme: Chris Caller +; Template: Christian Karl + +[STYLE] +; Colors +base00 = #212121 +base01 = #303030 +base02 = #353535 +base03 = #4A4A4A +base04 = #707070 +base05 = #cdcdcd +base06 = #e5e5e5 +base07 = #ffffff +base08 = #f92672 +base09 = #fd971f +base0a = #e6db74 +base0b = #a6e22e +base0c = #708387 +base0d = #66d9ef +base0e = #9e6ffe +base0f = #e8b882 + +; Additional custom overrides, e.g. +; font = 10pt Hack +; thumbnail.padding = 32 + +; vim:ft=dosini -- cgit