diff options
Diffstat (limited to 'build/base16-phd')
| -rw-r--r-- | build/base16-phd | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/build/base16-phd b/build/base16-phd new file mode 100644 index 0000000..5e9d8a6 --- /dev/null +++ b/build/base16-phd @@ -0,0 +1,31 @@ +; base16-phd +; +; base16: (https://github.com/chriskempson/base16) +; +; Scheme: Hennig Hasemann (http://leetless.de/vim.html) +; Template: Christian Karl <karlch at protonmail dot com> + +[STYLE] +; Colors +base00 = #061229 +base01 = #2a3448 +base02 = #4d5666 +base03 = #717885 +base04 = #9a99a3 +base05 = #b8bbc2 +base06 = #dbdde0 +base07 = #ffffff +base08 = #d07346 +base09 = #f0a000 +base0a = #fbd461 +base0b = #99bf52 +base0c = #72b9bf +base0d = #5299bf +base0e = #9989cc +base0f = #b08060 + +; Additional custom overrides, e.g. +; font = 10pt Hack +; thumbnail.padding = 32 + +; vim:ft=dosini |
