From 08ea2a53570320be45275206b82a9ed11a1c3bc0 Mon Sep 17 00:00:00 2001 From: karlch Date: Tue, 27 Apr 2021 15:08:26 +0200 Subject: Run base16 update Add 28 new colorschemes and modify 3 existing ones. --- build/base16-windows-10 | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 build/base16-windows-10 (limited to 'build/base16-windows-10') diff --git a/build/base16-windows-10 b/build/base16-windows-10 new file mode 100644 index 0000000..020b910 --- /dev/null +++ b/build/base16-windows-10 @@ -0,0 +1,31 @@ +; base16-windows-10 +; +; base16: (https://github.com/chriskempson/base16) +; +; Scheme: Fergus Collins (https://github.com/C-Fergus) +; Template: Christian Karl + +[STYLE] +; Colors +base00 = #0c0c0c +base01 = #2f2f2f +base02 = #535353 +base03 = #767676 +base04 = #b9b9b9 +base05 = #cccccc +base06 = #dfdfdf +base07 = #f2f2f2 +base08 = #e74856 +base09 = #c19c00 +base0a = #f9f1a5 +base0b = #16c60c +base0c = #61d6d6 +base0d = #3b78ff +base0e = #b4009e +base0f = #13a10e + +; Additional custom overrides, e.g. +; font = 10pt Hack +; thumbnail.padding = 32 + +; vim:ft=dosini -- cgit