diff options
Diffstat (limited to 'build/base16-decaf')
| -rw-r--r-- | build/base16-decaf | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/build/base16-decaf b/build/base16-decaf new file mode 100644 index 0000000..b367994 --- /dev/null +++ b/build/base16-decaf @@ -0,0 +1,31 @@ +; base16-decaf +; +; base16: (https://github.com/chriskempson/base16) +; +; Scheme: Alex Mirrington (https://github.com/alexmirrington) +; Template: Christian Karl <karlch at protonmail dot com> + +[STYLE] +; Colors +base00 = #2d2d2d +base01 = #393939 +base02 = #515151 +base03 = #777777 +base04 = #b4b7b4 +base05 = #cccccc +base06 = #e0e0e0 +base07 = #ffffff +base08 = #ff7f7b +base09 = #ffbf70 +base0a = #ffd67c +base0b = #beda78 +base0c = #bed6ff +base0d = #90bee1 +base0e = #efb3f7 +base0f = #ff93b3 + +; Additional custom overrides, e.g. +; font = 10pt Hack +; thumbnail.padding = 32 + +; vim:ft=dosini |
