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-summercamp.config | 35 ++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 build_schemes/base16-summercamp.config (limited to 'build_schemes/base16-summercamp.config') diff --git a/build_schemes/base16-summercamp.config b/build_schemes/base16-summercamp.config new file mode 100644 index 0000000..7725e55 --- /dev/null +++ b/build_schemes/base16-summercamp.config @@ -0,0 +1,35 @@ +# Base16 summercamp +# Author: zoe firi (zoefiri.github.io) + +set default-bg "#1c1810" +set default-fg "#2a261c" + +set statusbar-fg "#5f5b45" +set statusbar-bg "#3a3527" + +set inputbar-bg "#1c1810" +set inputbar-fg "#f8f5de" + +set notification-bg "#1c1810" +set notification-fg "#f8f5de" + +set notification-error-bg "#1c1810" +set notification-error-fg "#e35142" + +set notification-warning-bg "#1c1810" +set notification-warning-fg "#e35142" + +set highlight-color "#f2ff27" +set highlight-active-color "#489bf0" + +set completion-bg "#2a261c" +set completion-fg "#489bf0" + +set completion-highlight-fg "#f8f5de" +set completion-highlight-bg "#489bf0" + +set recolor-lightcolor "#1c1810" +set recolor-darkcolor "#bab696" + +set recolor "false" +set recolor-keephue "false" -- cgit