From ad0b621bb4725a028ff05fc0c75f1b618d079138 Mon Sep 17 00:00:00 2001 From: Rohit Goswami Date: Wed, 10 Jun 2020 02:05:42 +0000 Subject: base16: Update schemes --- build_schemes/base16-synth-midnight-dark.config | 35 +++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 build_schemes/base16-synth-midnight-dark.config (limited to 'build_schemes/base16-synth-midnight-dark.config') diff --git a/build_schemes/base16-synth-midnight-dark.config b/build_schemes/base16-synth-midnight-dark.config new file mode 100644 index 0000000..5ca6b0b --- /dev/null +++ b/build_schemes/base16-synth-midnight-dark.config @@ -0,0 +1,35 @@ +# Base16 Synth Midnight Dark +# Author: Michaƫl Ball (http://github.com/michael-ball/) + +set default-bg "#040404" +set default-fg "#141414" + +set statusbar-fg "#BFBBBF" +set statusbar-bg "#242424" + +set inputbar-bg "#040404" +set inputbar-fg "#FFFBFF" + +set notification-bg "#040404" +set notification-fg "#FFFBFF" + +set notification-error-bg "#040404" +set notification-error-fg "#B53B50" + +set notification-warning-bg "#040404" +set notification-warning-fg "#B53B50" + +set highlight-color "#DAE84D" +set highlight-active-color "#03AEFF" + +set completion-bg "#141414" +set completion-fg "#03AEFF" + +set completion-highlight-fg "#FFFBFF" +set completion-highlight-bg "#03AEFF" + +set recolor-lightcolor "#040404" +set recolor-darkcolor "#EFEBEF" + +set recolor "false" +set recolor-keephue "false" -- cgit