diff options
| author | 2018-05-21 22:23:17 +0200 | |
|---|---|---|
| committer | 2018-05-21 22:23:17 +0200 | |
| commit | 32705056940b7f1e38981e30cce4d0f3b2eee5de (patch) | |
| tree | e2c36c4c4eaeb1aaa94a32519aa28773fd124fd3 | |
| parent | a85f7b8d360f2fc32e1797f618f52329327a6038 (diff) | |
Update schemes
| -rw-r--r-- | build_schemes/base16-codeschool.config | 2 | ||||
| -rw-r--r-- | build_schemes/base16-dracula.config | 4 | ||||
| -rw-r--r-- | build_schemes/base16-icy.config | 35 | ||||
| -rw-r--r-- | build_schemes/base16-outrun-dark.config | 35 |
4 files changed, 73 insertions, 3 deletions
diff --git a/build_schemes/base16-codeschool.config b/build_schemes/base16-codeschool.config index 22465d2..1e5fb09 100644 --- a/build_schemes/base16-codeschool.config +++ b/build_schemes/base16-codeschool.config @@ -1,5 +1,5 @@ # Base16 Codeschool -# Author: brettof86 +# Author: blockloop set default-bg "#232c31" set default-fg "#1c3657" diff --git a/build_schemes/base16-dracula.config b/build_schemes/base16-dracula.config index 473dfc7..1451313 100644 --- a/build_schemes/base16-dracula.config +++ b/build_schemes/base16-dracula.config @@ -5,7 +5,7 @@ set default-bg "#282936" set default-fg "#3a3c4e" set statusbar-fg "#62d6e8" -set statusbar-bg "#4d4f68" +set statusbar-bg "#626483" set inputbar-bg "#282936" set inputbar-fg "#f7f7fb" @@ -19,7 +19,7 @@ set notification-error-fg "#ea51b2" set notification-warning-bg "#282936" set notification-warning-fg "#ea51b2" -set highlight-color "#00f769" +set highlight-color "#ebff87" set highlight-active-color "#62d6e8" set completion-bg "#3a3c4e" diff --git a/build_schemes/base16-icy.config b/build_schemes/base16-icy.config new file mode 100644 index 0000000..1b3eaf2 --- /dev/null +++ b/build_schemes/base16-icy.config @@ -0,0 +1,35 @@ +# Base16 Icy Dark +# Author: icyphox (https://icyphox.ga) + +set default-bg "#021012" +set default-fg "#031619" + +set statusbar-fg "#064048" +set statusbar-bg "#041f23" + +set inputbar-bg "#021012" +set inputbar-fg "#109cb0" + +set notification-bg "#021012" +set notification-fg "#109cb0" + +set notification-error-bg "#021012" +set notification-error-fg "#16c1d9" + +set notification-warning-bg "#021012" +set notification-warning-fg "#16c1d9" + +set highlight-color "#80deea" +set highlight-active-color "#00bcd4" + +set completion-bg "#031619" +set completion-fg "#00bcd4" + +set completion-highlight-fg "#109cb0" +set completion-highlight-bg "#00bcd4" + +set recolor-lightcolor "#021012" +set recolor-darkcolor "#0c7c8c" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/base16-outrun-dark.config b/build_schemes/base16-outrun-dark.config new file mode 100644 index 0000000..a911109 --- /dev/null +++ b/build_schemes/base16-outrun-dark.config @@ -0,0 +1,35 @@ +# Base16 Outrun Dark +# Author: Hugo Delahousse (http://github.com/hugodelahousse/) + +set default-bg "#00002A" +set default-fg "#20204A" + +set statusbar-fg "#B0B0DA" +set statusbar-bg "#30305A" + +set inputbar-bg "#00002A" +set inputbar-fg "#F5F5FF" + +set notification-bg "#00002A" +set notification-fg "#F5F5FF" + +set notification-error-bg "#00002A" +set notification-error-fg "#FF4242" + +set notification-warning-bg "#00002A" +set notification-warning-fg "#FF4242" + +set highlight-color "#F3E877" +set highlight-active-color "#66B0FF" + +set completion-bg "#20204A" +set completion-fg "#66B0FF" + +set completion-highlight-fg "#F5F5FF" +set completion-highlight-bg "#66B0FF" + +set recolor-lightcolor "#00002A" +set recolor-darkcolor "#E0E0FF" + +set recolor "false" +set recolor-keephue "false" |
