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-pinky | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 build/base16-pinky (limited to 'build/base16-pinky') diff --git a/build/base16-pinky b/build/base16-pinky new file mode 100644 index 0000000..27e8a15 --- /dev/null +++ b/build/base16-pinky @@ -0,0 +1,31 @@ +; base16-pinky +; +; base16: (https://github.com/chriskempson/base16) +; +; Scheme: Benjamin (https://github.com/b3nj5m1n) +; Template: Christian Karl + +[STYLE] +; Colors +base00 = #171517 +base01 = #1b181b +base02 = #1d1b1d +base03 = #383338 +base04 = #e7dbdb +base05 = #f5f5f5 +base06 = #ffffff +base07 = #f7f3f7 +base08 = #ffa600 +base09 = #00ff66 +base0a = #20df6c +base0b = #ff0066 +base0c = #6600ff +base0d = #00ffff +base0e = #007fff +base0f = #df206c + +; Additional custom overrides, e.g. +; font = 10pt Hack +; thumbnail.padding = 32 + +; vim:ft=dosini -- cgit