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-darcula | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 build/base16-darcula (limited to 'build/base16-darcula') diff --git a/build/base16-darcula b/build/base16-darcula new file mode 100644 index 0000000..0bd63dc --- /dev/null +++ b/build/base16-darcula @@ -0,0 +1,31 @@ +; base16-darcula +; +; base16: (https://github.com/chriskempson/base16) +; +; Scheme: jetbrains +; Template: Christian Karl + +[STYLE] +; Colors +base00 = #2b2b2b +base01 = #323232 +base02 = #323232 +base03 = #606366 +base04 = #a4a3a3 +base05 = #a9b7c6 +base06 = #ffc66d +base07 = #ffffff +base08 = #4eade5 +base09 = #689757 +base0a = #bbb529 +base0b = #6a8759 +base0c = #629755 +base0d = #9876aa +base0e = #cc7832 +base0f = #808080 + +; Additional custom overrides, e.g. +; font = 10pt Hack +; thumbnail.padding = 32 + +; vim:ft=dosini -- cgit