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-nebula | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 build/base16-nebula (limited to 'build/base16-nebula') diff --git a/build/base16-nebula b/build/base16-nebula new file mode 100644 index 0000000..0fe1ae1 --- /dev/null +++ b/build/base16-nebula @@ -0,0 +1,31 @@ +; base16-nebula +; +; base16: (https://github.com/chriskempson/base16) +; +; Scheme: Gabriel Fontes (https://github.com/Misterio77) +; Template: Christian Karl + +[STYLE] +; Colors +base00 = #22273b +base01 = #414f60 +base02 = #5a8380 +base03 = #6e6f72 +base04 = #87888b +base05 = #a4a6a9 +base06 = #c7c9cd +base07 = #8dbdaa +base08 = #777abc +base09 = #94929e +base0a = #4f9062 +base0b = #6562a8 +base0c = #226f68 +base0d = #4d6bb6 +base0e = #716cae +base0f = #8c70a7 + +; Additional custom overrides, e.g. +; font = 10pt Hack +; thumbnail.padding = 32 + +; vim:ft=dosini -- cgit