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-pasque.config | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 build_schemes/base16-pasque.config (limited to 'build_schemes/base16-pasque.config') diff --git a/build_schemes/base16-pasque.config b/build_schemes/base16-pasque.config new file mode 100644 index 0000000..70b8bef --- /dev/null +++ b/build_schemes/base16-pasque.config @@ -0,0 +1,35 @@ +# Base16 Pasque +# Author: Gabriel Fontes (https://github.com/Misterio77) + +set default-bg "#271C3A" +set default-fg "#100323" + +set statusbar-fg "#BEBCBF" +set statusbar-bg "#3E2D5C" + +set inputbar-bg "#271C3A" +set inputbar-fg "#BBAADD" + +set notification-bg "#271C3A" +set notification-fg "#BBAADD" + +set notification-error-bg "#271C3A" +set notification-error-fg "#A92258" + +set notification-warning-bg "#271C3A" +set notification-warning-fg "#A92258" + +set highlight-color "#804ead" +set highlight-active-color "#8E7DC6" + +set completion-bg "#100323" +set completion-fg "#8E7DC6" + +set completion-highlight-fg "#BBAADD" +set completion-highlight-bg "#8E7DC6" + +set recolor-lightcolor "#271C3A" +set recolor-darkcolor "#EDEAEF" + +set recolor "false" +set recolor-keephue "false" -- cgit