diff options
| -rw-r--r-- | build_schemes/colors/base16-colors.config | 35 | ||||
| -rw-r--r-- | build_schemes/recolors/base16-colors.config | 32 |
2 files changed, 67 insertions, 0 deletions
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" |
