From 8ba73c446c3c3f69482d209466dee951fae37524 Mon Sep 17 00:00:00 2001 From: HaoZeke Date: Tue, 11 May 2021 01:02:12 +0000 Subject: Update repository with the latest base16 colorschemes --- build_schemes/colors/base16-colors.config | 35 +++++++++++++++++++++++++++++ build_schemes/recolors/base16-colors.config | 32 ++++++++++++++++++++++++++ 2 files changed, 67 insertions(+) create mode 100644 build_schemes/colors/base16-colors.config create mode 100644 build_schemes/recolors/base16-colors.config diff --git a/build_schemes/colors/base16-colors.config b/build_schemes/colors/base16-colors.config new file mode 100644 index 0000000..1cfc9e1 --- /dev/null +++ b/build_schemes/colors/base16-colors.config @@ -0,0 +1,35 @@ +# Base16 Colors +# Author: mrmrs (http://clrs.cc) + +set default-bg "#111111" +set default-fg "#333333" + +set statusbar-fg "#999999" +set statusbar-bg "#555555" + +set inputbar-bg "#111111" +set inputbar-fg "#ffffff" + +set notification-bg "#111111" +set notification-fg "#ffffff" + +set notification-error-bg "#111111" +set notification-error-fg "#ff4136" + +set notification-warning-bg "#111111" +set notification-warning-fg "#ff4136" + +set highlight-color "#ffdc00" +set highlight-active-color "#0074d9" + +set completion-bg "#333333" +set completion-fg "#0074d9" + +set completion-highlight-fg "#ffffff" +set completion-highlight-bg "#0074d9" + +set recolor-lightcolor "#111111" +set recolor-darkcolor "#dddddd" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/recolors/base16-colors.config b/build_schemes/recolors/base16-colors.config new file mode 100644 index 0000000..250950e --- /dev/null +++ b/build_schemes/recolors/base16-colors.config @@ -0,0 +1,32 @@ +# Base16 Colors +# Author: mrmrs (http://clrs.cc) + +set default-bg "#111111" +set default-fg "#333333" + +set statusbar-fg "#999999" +set statusbar-bg "#555555" + +set inputbar-bg "#111111" +set inputbar-fg "#ffffff" + +set notification-bg "#111111" +set notification-fg "#ffffff" + +set notification-error-bg "#111111" +set notification-error-fg "#ff4136" + +set notification-warning-bg "#111111" +set notification-warning-fg "#ff4136" + +set highlight-color "#ffdc00" +set highlight-active-color "#0074d9" + +set completion-bg "#333333" +set completion-fg "#0074d9" + +set completion-highlight-fg "#ffffff" +set completion-highlight-bg "#0074d9" + +set recolor-lightcolor "#111111" +set recolor-darkcolor "#dddddd" -- cgit