diff options
Diffstat (limited to 'build/base16-ashes')
| -rw-r--r-- | build/base16-ashes | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/build/base16-ashes b/build/base16-ashes new file mode 100644 index 0000000..451cd87 --- /dev/null +++ b/build/base16-ashes @@ -0,0 +1,31 @@ +; base16-ashes +; +; base16: (https://github.com/chriskempson/base16) +; +; Scheme: Jannik Siebert (https://github.com/janniks) +; Template: Christian Karl <karlch at protonmail dot com> + +[STYLE] +; Colors +base00 = #1C2023 +base01 = #393F45 +base02 = #565E65 +base03 = #747C84 +base04 = #ADB3BA +base05 = #C7CCD1 +base06 = #DFE2E5 +base07 = #F3F4F5 +base08 = #C7AE95 +base09 = #C7C795 +base0a = #AEC795 +base0b = #95C7AE +base0c = #95AEC7 +base0d = #AE95C7 +base0e = #C795AE +base0f = #C79595 + +; Additional custom overrides, e.g. +; font = 10pt Hack +; thumbnail.padding = 32 + +; vim:ft=dosini |
