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-horizon-dark.config | 35 ++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 build_schemes/base16-horizon-dark.config (limited to 'build_schemes/base16-horizon-dark.config') diff --git a/build_schemes/base16-horizon-dark.config b/build_schemes/base16-horizon-dark.config new file mode 100644 index 0000000..9a2aff2 --- /dev/null +++ b/build_schemes/base16-horizon-dark.config @@ -0,0 +1,35 @@ +# Base16 Horizon Dark +# Author: Michaƫl Ball (http://github.com/michael-ball/) + +set default-bg "#1C1E26" +set default-fg "#232530" + +set statusbar-fg "#9DA0A2" +set statusbar-bg "#2E303E" + +set inputbar-bg "#1C1E26" +set inputbar-fg "#E3E6EE" + +set notification-bg "#1C1E26" +set notification-fg "#E3E6EE" + +set notification-error-bg "#1C1E26" +set notification-error-fg "#E93C58" + +set notification-warning-bg "#1C1E26" +set notification-warning-fg "#E93C58" + +set highlight-color "#EFB993" +set highlight-active-color "#DF5273" + +set completion-bg "#232530" +set completion-fg "#DF5273" + +set completion-highlight-fg "#E3E6EE" +set completion-highlight-bg "#DF5273" + +set recolor-lightcolor "#1C1E26" +set recolor-darkcolor "#DCDFE4" + +set recolor "false" +set recolor-keephue "false" -- cgit