diff options
Diffstat (limited to 'build/base16-eighties')
| -rw-r--r-- | build/base16-eighties | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/build/base16-eighties b/build/base16-eighties new file mode 100644 index 0000000..7b772da --- /dev/null +++ b/build/base16-eighties @@ -0,0 +1,31 @@ +; base16-eighties +; +; base16: (https://github.com/chriskempson/base16) +; +; Scheme: Chris Kempson (http://chriskempson.com) +; Template: Christian Karl <karlch at protonmail dot com> + +[STYLE] +; Colors +base00 = #2d2d2d +base01 = #393939 +base02 = #515151 +base03 = #747369 +base04 = #a09f93 +base05 = #d3d0c8 +base06 = #e8e6df +base07 = #f2f0ec +base08 = #f2777a +base09 = #f99157 +base0a = #ffcc66 +base0b = #99cc99 +base0c = #66cccc +base0d = #6699cc +base0e = #cc99cc +base0f = #d27b53 + +; Additional custom overrides, e.g. +; font = 10pt Hack +; thumbnail.padding = 32 + +; vim:ft=dosini |
