diff options
Diffstat (limited to 'build/base16-hardcore')
| -rw-r--r-- | build/base16-hardcore | 31 |
1 files changed, 31 insertions, 0 deletions
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 <karlch at protonmail dot com> + +[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 |
