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-95 | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 build/base16-windows-95 (limited to 'build/base16-windows-95') diff --git a/build/base16-windows-95 b/build/base16-windows-95 new file mode 100644 index 0000000..93b139c --- /dev/null +++ b/build/base16-windows-95 @@ -0,0 +1,31 @@ +; base16-windows-95 +; +; base16: (https://github.com/chriskempson/base16) +; +; Scheme: Fergus Collins (https://github.com/C-Fergus) +; Template: Christian Karl + +[STYLE] +; Colors +base00 = #000000 +base01 = #1C1C1C +base02 = #383838 +base03 = #545454 +base04 = #7e7e7e +base05 = #a8a8a8 +base06 = #d2d2d2 +base07 = #fcfcfc +base08 = #fc5454 +base09 = #a85400 +base0a = #fcfc54 +base0b = #54fc54 +base0c = #54fcfc +base0d = #5454fc +base0e = #fc54fc +base0f = #00a800 + +; Additional custom overrides, e.g. +; font = 10pt Hack +; thumbnail.padding = 32 + +; vim:ft=dosini -- cgit