diff options
Diffstat (limited to 'build/base16-default-light')
| -rw-r--r-- | build/base16-default-light | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/build/base16-default-light b/build/base16-default-light new file mode 100644 index 0000000..c2ef2b4 --- /dev/null +++ b/build/base16-default-light @@ -0,0 +1,31 @@ +; base16-default-light +; +; base16: (https://github.com/chriskempson/base16) +; +; Scheme: Chris Kempson (http://chriskempson.com) +; Template: Christian Karl <karlch at protonmail dot com> + +[STYLE] +; Colors +base00 = #f8f8f8 +base01 = #e8e8e8 +base02 = #d8d8d8 +base03 = #b8b8b8 +base04 = #585858 +base05 = #383838 +base06 = #282828 +base07 = #181818 +base08 = #ab4642 +base09 = #dc9656 +base0a = #f7ca88 +base0b = #a1b56c +base0c = #86c1b9 +base0d = #7cafc2 +base0e = #ba8baf +base0f = #a16946 + +; Additional custom overrides, e.g. +; font = 10pt Hack +; thumbnail.padding = 32 + +; vim:ft=dosini |
