diff options
| author | 2017-03-10 22:26:55 +0100 | |
|---|---|---|
| committer | 2017-03-10 22:26:55 +0100 | |
| commit | f6c6c6d285e8d3cd95efd8e9b265c71362cd3648 (patch) | |
| tree | 06048423a60e44a768fe3dbd4b279ab7caffd0ce | |
| parent | 215eb28cbe701c4699431283313c9a892886d429 (diff) | |
Update schemes
new schemes : base16-nord and base16-rebecca
| -rw-r--r-- | build_schemes/base16-nord.config | 35 | ||||
| -rw-r--r-- | build_schemes/base16-rebecca.config | 35 |
2 files changed, 70 insertions, 0 deletions
diff --git a/build_schemes/base16-nord.config b/build_schemes/base16-nord.config new file mode 100644 index 0000000..9fc58ae --- /dev/null +++ b/build_schemes/base16-nord.config @@ -0,0 +1,35 @@ +# Base16 Nord +# Author: arcticicestudio + +set default-bg "#2E3440" +set default-fg "#3B4252" + +set statusbar-fg "#D8DEE9" +set statusbar-bg "#434C5E" + +set inputbar-bg "#2E3440" +set inputbar-fg "#8FBCBB" + +set notification-bg "#2E3440" +set notification-fg "#8FBCBB" + +set notification-error-bg "#2E3440" +set notification-error-fg "#88C0D0" + +set notification-warning-bg "#2E3440" +set notification-warning-fg "#88C0D0" + +set highlight-color "#5E81AC" +set highlight-active-color "#EBCB8B" + +set completion-bg "#3B4252" +set completion-fg "#EBCB8B" + +set completion-highlight-fg "#8FBCBB" +set completion-highlight-bg "#EBCB8B" + +set recolor-lightcolor "#2E3440" +set recolor-darkcolor "#ECEFF4" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/base16-rebecca.config b/build_schemes/base16-rebecca.config new file mode 100644 index 0000000..4792f9f --- /dev/null +++ b/build_schemes/base16-rebecca.config @@ -0,0 +1,35 @@ +# Base16 Rebecca +# Author: Victor Borja (http://github.com/vic) based on Rebecca Theme (http://github.com/vic/rebecca-theme) + +set default-bg "#292a44" +set default-fg "#663399" + +set statusbar-fg "#a0a0c5" +set statusbar-bg "#383a62" + +set inputbar-bg "#292a44" +set inputbar-fg "#53495d" + +set notification-bg "#292a44" +set notification-fg "#53495d" + +set notification-error-bg "#292a44" +set notification-error-fg "#a0a0c5" + +set notification-warning-bg "#292a44" +set notification-warning-fg "#a0a0c5" + +set highlight-color "#ae81ff" +set highlight-active-color "#2de0a7" + +set completion-bg "#663399" +set completion-fg "#2de0a7" + +set completion-highlight-fg "#53495d" +set completion-highlight-bg "#2de0a7" + +set recolor-lightcolor "#292a44" +set recolor-darkcolor "#ccccff" + +set recolor "false" +set recolor-keephue "false" |
