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-nova.config | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 build_schemes/base16-nova.config (limited to 'build_schemes/base16-nova.config') diff --git a/build_schemes/base16-nova.config b/build_schemes/base16-nova.config new file mode 100644 index 0000000..2480002 --- /dev/null +++ b/build_schemes/base16-nova.config @@ -0,0 +1,35 @@ +# Base16 Nova +# Author: George Essig (https://github.com/gessig), Trevor D. Miller (https://trevordmiller.com) + +set default-bg "#3C4C55" +set default-fg "#556873" + +set statusbar-fg "#899BA6" +set statusbar-bg "#6A7D89" + +set inputbar-bg "#3C4C55" +set inputbar-fg "#556873" + +set notification-bg "#3C4C55" +set notification-fg "#556873" + +set notification-error-bg "#3C4C55" +set notification-error-fg "#83AFE5" + +set notification-warning-bg "#3C4C55" +set notification-warning-fg "#83AFE5" + +set highlight-color "#A8CE93" +set highlight-active-color "#83AFE5" + +set completion-bg "#556873" +set completion-fg "#83AFE5" + +set completion-highlight-fg "#556873" +set completion-highlight-bg "#83AFE5" + +set recolor-lightcolor "#3C4C55" +set recolor-darkcolor "#899BA6" + +set recolor "false" +set recolor-keephue "false" -- cgit