diff options
| author | 2020-06-10 02:05:42 +0000 | |
|---|---|---|
| committer | 2020-06-10 02:05:42 +0000 | |
| commit | ad0b621bb4725a028ff05fc0c75f1b618d079138 (patch) | |
| tree | 6138853a9f9b37fff58d97b27afeddbe8f3f1ed0 | |
| parent | 371575386893996e2cbb62efd535187340d9fa33 (diff) | |
base16: Update schemes
35 files changed, 1131 insertions, 11 deletions
diff --git a/build_schemes/base16-darkmoss.config b/build_schemes/base16-darkmoss.config new file mode 100644 index 0000000..fa3fb42 --- /dev/null +++ b/build_schemes/base16-darkmoss.config @@ -0,0 +1,35 @@ +# Base16 darkmoss +# Author: Gabriel Avanzi (https://github.com/avanzzzi) + +set default-bg "#171e1f" +set default-fg "#252c2d" + +set statusbar-fg "#818f80" +set statusbar-bg "#373c3d" + +set inputbar-bg "#171e1f" +set inputbar-fg "#e1eaef" + +set notification-bg "#171e1f" +set notification-fg "#e1eaef" + +set notification-error-bg "#171e1f" +set notification-error-fg "#ff4658" + +set notification-warning-bg "#171e1f" +set notification-warning-fg "#ff4658" + +set highlight-color "#fdb11f" +set highlight-active-color "#498091" + +set completion-bg "#252c2d" +set completion-fg "#498091" + +set completion-highlight-fg "#e1eaef" +set completion-highlight-bg "#498091" + +set recolor-lightcolor "#171e1f" +set recolor-darkcolor "#e3e3c8" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/base16-darkviolet.config b/build_schemes/base16-darkviolet.config new file mode 100644 index 0000000..f530d0c --- /dev/null +++ b/build_schemes/base16-darkviolet.config @@ -0,0 +1,35 @@ +# Base16 Dark Violet +# Author: ruler501 (https://github.com/ruler501/base16-darkviolet) + +set default-bg "#000000" +set default-fg "#231a40" + +set statusbar-fg "#00ff00" +set statusbar-bg "#432d59" + +set inputbar-bg "#000000" +set inputbar-fg "#a366ff" + +set notification-bg "#000000" +set notification-fg "#a366ff" + +set notification-error-bg "#000000" +set notification-error-fg "#a82ee6" + +set notification-warning-bg "#000000" +set notification-warning-fg "#a82ee6" + +set highlight-color "#f29df2" +set highlight-active-color "#4136d9" + +set completion-bg "#231a40" +set completion-fg "#4136d9" + +set completion-highlight-fg "#a366ff" +set completion-highlight-bg "#4136d9" + +set recolor-lightcolor "#000000" +set recolor-darkcolor "#9045e6" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/base16-decaf.config b/build_schemes/base16-decaf.config new file mode 100644 index 0000000..d690fb6 --- /dev/null +++ b/build_schemes/base16-decaf.config @@ -0,0 +1,35 @@ +# Base16 Decaf +# Author: Alex Mirrington (https://github.com/alexmirrington) + +set default-bg "#2d2d2d" +set default-fg "#393939" + +set statusbar-fg "#b4b7b4" +set statusbar-bg "#515151" + +set inputbar-bg "#2d2d2d" +set inputbar-fg "#ffffff" + +set notification-bg "#2d2d2d" +set notification-fg "#ffffff" + +set notification-error-bg "#2d2d2d" +set notification-error-fg "#ff7f7b" + +set notification-warning-bg "#2d2d2d" +set notification-warning-fg "#ff7f7b" + +set highlight-color "#ffd67c" +set highlight-active-color "#90bee1" + +set completion-bg "#393939" +set completion-fg "#90bee1" + +set completion-highlight-fg "#ffffff" +set completion-highlight-bg "#90bee1" + +set recolor-lightcolor "#2d2d2d" +set recolor-darkcolor "#e0e0e0" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/base16-dirtysea.config b/build_schemes/base16-dirtysea.config new file mode 100644 index 0000000..a049b59 --- /dev/null +++ b/build_schemes/base16-dirtysea.config @@ -0,0 +1,35 @@ +# Base16 dirtysea +# Author: Kahlil (Kal) Hodgson + +set default-bg "#e0e0e0" +set default-fg "#d0d0d0" + +set statusbar-fg "#202020" +set statusbar-bg "#c0c0c0" + +set inputbar-bg "#e0e0e0" +set inputbar-fg "#c4d9c4" + +set notification-bg "#e0e0e0" +set notification-fg "#c4d9c4" + +set notification-error-bg "#e0e0e0" +set notification-error-fg "#000090" + +set notification-warning-bg "#e0e0e0" +set notification-warning-fg "#000090" + +set highlight-color "#006565" +set highlight-active-color "#007300" + +set completion-bg "#d0d0d0" +set completion-fg "#007300" + +set completion-highlight-fg "#c4d9c4" +set completion-highlight-bg "#007300" + +set recolor-lightcolor "#e0e0e0" +set recolor-darkcolor "#f8f8f8" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/base16-dracula.config b/build_schemes/base16-dracula.config index 1451313..473dfc7 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 "#626483" +set statusbar-bg "#4d4f68" 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 "#ebff87" +set highlight-color "#00f769" set highlight-active-color "#62d6e8" set completion-bg "#3a3c4e" diff --git a/build_schemes/base16-edge-dark.config b/build_schemes/base16-edge-dark.config new file mode 100644 index 0000000..f576bb3 --- /dev/null +++ b/build_schemes/base16-edge-dark.config @@ -0,0 +1,35 @@ +# Base16 Edge Dark +# Author: cjayross (https://github.com/cjayross) + +set default-bg "#262729" +set default-fg "#88909f" + +set statusbar-fg "#73b3e7" +set statusbar-bg "#b7bec9" + +set inputbar-bg "#262729" +set inputbar-fg "#3e4249" + +set notification-bg "#262729" +set notification-fg "#3e4249" + +set notification-error-bg "#262729" +set notification-error-fg "#e77171" + +set notification-warning-bg "#262729" +set notification-warning-fg "#e77171" + +set highlight-color "#dbb774" +set highlight-active-color "#73b3e7" + +set completion-bg "#88909f" +set completion-fg "#73b3e7" + +set completion-highlight-fg "#3e4249" +set completion-highlight-bg "#73b3e7" + +set recolor-lightcolor "#262729" +set recolor-darkcolor "#d390e7" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/base16-edge-light.config b/build_schemes/base16-edge-light.config new file mode 100644 index 0000000..5cb3269 --- /dev/null +++ b/build_schemes/base16-edge-light.config @@ -0,0 +1,35 @@ +# Base16 Edge Light +# Author: cjayross (https://github.com/cjayross) + +set default-bg "#fafafa" +set default-fg "#7c9f4b" + +set statusbar-fg "#6587bf" +set statusbar-bg "#d69822" + +set inputbar-bg "#fafafa" +set inputbar-fg "#5e646f" + +set notification-bg "#fafafa" +set notification-fg "#5e646f" + +set notification-error-bg "#fafafa" +set notification-error-fg "#db7070" + +set notification-warning-bg "#fafafa" +set notification-warning-fg "#db7070" + +set highlight-color "#d69822" +set highlight-active-color "#6587bf" + +set completion-bg "#7c9f4b" +set completion-fg "#6587bf" + +set completion-highlight-fg "#5e646f" +set completion-highlight-bg "#6587bf" + +set recolor-lightcolor "#fafafa" +set recolor-darkcolor "#b870ce" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/base16-equilibrium-dark.config b/build_schemes/base16-equilibrium-dark.config new file mode 100644 index 0000000..9d5ce6e --- /dev/null +++ b/build_schemes/base16-equilibrium-dark.config @@ -0,0 +1,35 @@ +# Base16 Equilibrium Dark +# Author: Carlo Abelli + +set default-bg "#0c1118" +set default-fg "#181c22" + +set statusbar-fg "#949088" +set statusbar-bg "#22262d" + +set inputbar-bg "#0c1118" +set inputbar-fg "#e7e2d9" + +set notification-bg "#0c1118" +set notification-fg "#e7e2d9" + +set notification-error-bg "#0c1118" +set notification-error-fg "#f04339" + +set notification-warning-bg "#0c1118" +set notification-warning-fg "#f04339" + +set highlight-color "#bb8801" +set highlight-active-color "#008dd1" + +set completion-bg "#181c22" +set completion-fg "#008dd1" + +set completion-highlight-fg "#e7e2d9" +set completion-highlight-bg "#008dd1" + +set recolor-lightcolor "#0c1118" +set recolor-darkcolor "#cac6bd" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/base16-equilibrium-gray-dark.config b/build_schemes/base16-equilibrium-gray-dark.config new file mode 100644 index 0000000..5d9018d --- /dev/null +++ b/build_schemes/base16-equilibrium-gray-dark.config @@ -0,0 +1,35 @@ +# Base16 Equilibrium Gray Dark +# Author: Carlo Abelli + +set default-bg "#111111" +set default-fg "#1b1b1b" + +set statusbar-fg "#919191" +set statusbar-bg "#262626" + +set inputbar-bg "#111111" +set inputbar-fg "#e2e2e2" + +set notification-bg "#111111" +set notification-fg "#e2e2e2" + +set notification-error-bg "#111111" +set notification-error-fg "#f04339" + +set notification-warning-bg "#111111" +set notification-warning-fg "#f04339" + +set highlight-color "#bb8801" +set highlight-active-color "#008dd1" + +set completion-bg "#1b1b1b" +set completion-fg "#008dd1" + +set completion-highlight-fg "#e2e2e2" +set completion-highlight-bg "#008dd1" + +set recolor-lightcolor "#111111" +set recolor-darkcolor "#c6c6c6" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/base16-equilibrium-gray-light.config b/build_schemes/base16-equilibrium-gray-light.config new file mode 100644 index 0000000..80a0bd6 --- /dev/null +++ b/build_schemes/base16-equilibrium-gray-light.config @@ -0,0 +1,35 @@ +# Base16 Equilibrium Gray Light +# Author: Carlo Abelli + +set default-bg "#f1f1f1" +set default-fg "#e2e2e2" + +set statusbar-fg "#5e5e5e" +set statusbar-bg "#d4d4d4" + +set inputbar-bg "#f1f1f1" +set inputbar-fg "#1b1b1b" + +set notification-bg "#f1f1f1" +set notification-fg "#1b1b1b" + +set notification-error-bg "#f1f1f1" +set notification-error-fg "#d02023" + +set notification-warning-bg "#f1f1f1" +set notification-warning-fg "#d02023" + +set highlight-color "#9d6f00" +set highlight-active-color "#0073b5" + +set completion-bg "#e2e2e2" +set completion-fg "#0073b5" + +set completion-highlight-fg "#1b1b1b" +set completion-highlight-bg "#0073b5" + +set recolor-lightcolor "#f1f1f1" +set recolor-darkcolor "#303030" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/base16-equilibrium-light.config b/build_schemes/base16-equilibrium-light.config new file mode 100644 index 0000000..88185c3 --- /dev/null +++ b/build_schemes/base16-equilibrium-light.config @@ -0,0 +1,35 @@ +# Base16 Equilibrium Light +# Author: Carlo Abelli + +set default-bg "#f5f0e7" +set default-fg "#e7e2d9" + +set statusbar-fg "#5a5f66" +set statusbar-bg "#d8d4cb" + +set inputbar-bg "#f5f0e7" +set inputbar-fg "#181c22" + +set notification-bg "#f5f0e7" +set notification-fg "#181c22" + +set notification-error-bg "#f5f0e7" +set notification-error-fg "#d02023" + +set notification-warning-bg "#f5f0e7" +set notification-warning-fg "#d02023" + +set highlight-color "#9d6f00" +set highlight-active-color "#0073b5" + +set completion-bg "#e7e2d9" +set completion-fg "#0073b5" + +set completion-highlight-fg "#181c22" +set completion-highlight-bg "#0073b5" + +set recolor-lightcolor "#f5f0e7" +set recolor-darkcolor "#2c3138" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/base16-espresso.config b/build_schemes/base16-espresso.config new file mode 100644 index 0000000..914479d --- /dev/null +++ b/build_schemes/base16-espresso.config @@ -0,0 +1,35 @@ +# Base16 Espresso +# Author: Alex Mirrington (https://github.com/alexmirrington) + +set default-bg "#2d2d2d" +set default-fg "#393939" + +set statusbar-fg "#b4b7b4" +set statusbar-bg "#515151" + +set inputbar-bg "#2d2d2d" +set inputbar-fg "#ffffff" + +set notification-bg "#2d2d2d" +set notification-fg "#ffffff" + +set notification-error-bg "#2d2d2d" +set notification-error-fg "#d25252" + +set notification-warning-bg "#2d2d2d" +set notification-warning-fg "#d25252" + +set highlight-color "#ffc66d" +set highlight-active-color "#6c99bb" + +set completion-bg "#393939" +set completion-fg "#6c99bb" + +set completion-highlight-fg "#ffffff" +set completion-highlight-bg "#6c99bb" + +set recolor-lightcolor "#2d2d2d" +set recolor-darkcolor "#e0e0e0" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/base16-eva-dim.config b/build_schemes/base16-eva-dim.config new file mode 100644 index 0000000..0acd962 --- /dev/null +++ b/build_schemes/base16-eva-dim.config @@ -0,0 +1,35 @@ +# Base16 Eva Dim +# Author: kjakapat (https://github.com/kjakapat) + +set default-bg "#2a3b4d" +set default-fg "#3d566f" + +set statusbar-fg "#7e90a3" +set statusbar-bg "#4b6988" + +set inputbar-bg "#2a3b4d" +set inputbar-fg "#ffffff" + +set notification-bg "#2a3b4d" +set notification-fg "#ffffff" + +set notification-error-bg "#2a3b4d" +set notification-error-fg "#c4676c" + +set notification-warning-bg "#2a3b4d" +set notification-warning-fg "#c4676c" + +set highlight-color "#cfd05d" +set highlight-active-color "#1ae1dc" + +set completion-bg "#3d566f" +set completion-fg "#1ae1dc" + +set completion-highlight-fg "#ffffff" +set completion-highlight-bg "#1ae1dc" + +set recolor-lightcolor "#2a3b4d" +set recolor-darkcolor "#d6d7d9" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/base16-eva.config b/build_schemes/base16-eva.config new file mode 100644 index 0000000..e328e01 --- /dev/null +++ b/build_schemes/base16-eva.config @@ -0,0 +1,35 @@ +# Base16 Eva +# Author: kjakapat (https://github.com/kjakapat) + +set default-bg "#2a3b4d" +set default-fg "#3d566f" + +set statusbar-fg "#7e90a3" +set statusbar-bg "#4b6988" + +set inputbar-bg "#2a3b4d" +set inputbar-fg "#ffffff" + +set notification-bg "#2a3b4d" +set notification-fg "#ffffff" + +set notification-error-bg "#2a3b4d" +set notification-error-fg "#c4676c" + +set notification-warning-bg "#2a3b4d" +set notification-warning-fg "#c4676c" + +set highlight-color "#ffff66" +set highlight-active-color "#15f4ee" + +set completion-bg "#3d566f" +set completion-fg "#15f4ee" + +set completion-highlight-fg "#ffffff" +set completion-highlight-bg "#15f4ee" + +set recolor-lightcolor "#2a3b4d" +set recolor-darkcolor "#d6d7d9" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/base16-framer.config b/build_schemes/base16-framer.config new file mode 100644 index 0000000..6109d67 --- /dev/null +++ b/build_schemes/base16-framer.config @@ -0,0 +1,35 @@ +# Base16 Framer +# Author: Framer (Maintained by Jesse Hoyos) + +set default-bg "#181818" +set default-fg "#151515" + +set statusbar-fg "#B9B9B9" +set statusbar-bg "#464646" + +set inputbar-bg "#181818" +set inputbar-fg "#EEEEEE" + +set notification-bg "#181818" +set notification-fg "#EEEEEE" + +set notification-error-bg "#181818" +set notification-error-fg "#FD886B" + +set notification-warning-bg "#181818" +set notification-warning-fg "#FD886B" + +set highlight-color "#FECB6E" +set highlight-active-color "#20BCFC" + +set completion-bg "#151515" +set completion-fg "#20BCFC" + +set completion-highlight-fg "#EEEEEE" +set completion-highlight-bg "#20BCFC" + +set recolor-lightcolor "#181818" +set recolor-darkcolor "#E8E8E8" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/base16-gigavolt.config b/build_schemes/base16-gigavolt.config new file mode 100644 index 0000000..abad3dd --- /dev/null +++ b/build_schemes/base16-gigavolt.config @@ -0,0 +1,35 @@ +# Base16 Gigavolt +# Author: Aidan Swope (http://github.com/Whillikers) + +set default-bg "#202126" +set default-fg "#2d303d" + +set statusbar-fg "#cad3ff" +set statusbar-bg "#5a576e" + +set inputbar-bg "#202126" +set inputbar-fg "#f2fbff" + +set notification-bg "#202126" +set notification-fg "#f2fbff" + +set notification-error-bg "#202126" +set notification-error-fg "#ff661a" + +set notification-warning-bg "#202126" +set notification-warning-fg "#ff661a" + +set highlight-color "#ffdc2d" +set highlight-active-color "#40bfff" + +set completion-bg "#2d303d" +set completion-fg "#40bfff" + +set completion-highlight-fg "#f2fbff" +set completion-highlight-bg "#40bfff" + +set recolor-lightcolor "#202126" +set recolor-darkcolor "#eff0f9" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/base16-hardcore.config b/build_schemes/base16-hardcore.config new file mode 100644 index 0000000..5e155e1 --- /dev/null +++ b/build_schemes/base16-hardcore.config @@ -0,0 +1,35 @@ +# Base16 Hardcore +# Author: Chris Caller + +set default-bg "#212121" +set default-fg "#303030" + +set statusbar-fg "#707070" +set statusbar-bg "#353535" + +set inputbar-bg "#212121" +set inputbar-fg "#ffffff" + +set notification-bg "#212121" +set notification-fg "#ffffff" + +set notification-error-bg "#212121" +set notification-error-fg "#f92672" + +set notification-warning-bg "#212121" +set notification-warning-fg "#f92672" + +set highlight-color "#e6db74" +set highlight-active-color "#66d9ef" + +set completion-bg "#303030" +set completion-fg "#66d9ef" + +set completion-highlight-fg "#ffffff" +set completion-highlight-bg "#66d9ef" + +set recolor-lightcolor "#212121" +set recolor-darkcolor "#e5e5e5" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/base16-helios.config b/build_schemes/base16-helios.config new file mode 100644 index 0000000..4d6ce3b --- /dev/null +++ b/build_schemes/base16-helios.config @@ -0,0 +1,35 @@ +# Base16 Helios +# Author: Alex Meyer (https://github.com/reyemxela) + +set default-bg "#1d2021" +set default-fg "#383c3e" + +set statusbar-fg "#cdcdcd" +set statusbar-bg "#53585b" + +set inputbar-bg "#1d2021" +set inputbar-fg "#e5e5e5" + +set notification-bg "#1d2021" +set notification-fg "#e5e5e5" + +set notification-error-bg "#1d2021" +set notification-error-fg "#d72638" + +set notification-warning-bg "#1d2021" +set notification-warning-fg "#d72638" + +set highlight-color "#f19d1a" +set highlight-active-color "#1e8bac" + +set completion-bg "#383c3e" +set completion-fg "#1e8bac" + +set completion-highlight-fg "#e5e5e5" +set completion-highlight-bg "#1e8bac" + +set recolor-lightcolor "#1d2021" +set recolor-darkcolor "#dddddd" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/base16-horizon-dark.config b/build_schemes/base16-horizon-dark.config new file mode 100644 index 0000000..9a2aff2 --- /dev/null +++ b/build_schemes/base16-horizon-dark.config @@ -0,0 +1,35 @@ +# Base16 Horizon Dark +# Author: Michaël Ball (http://github.com/michael-ball/) + +set default-bg "#1C1E26" +set default-fg "#232530" + +set statusbar-fg "#9DA0A2" +set statusbar-bg "#2E303E" + +set inputbar-bg "#1C1E26" +set inputbar-fg "#E3E6EE" + +set notification-bg "#1C1E26" +set notification-fg "#E3E6EE" + +set notification-error-bg "#1C1E26" +set notification-error-fg "#E93C58" + +set notification-warning-bg "#1C1E26" +set notification-warning-fg "#E93C58" + +set highlight-color "#EFB993" +set highlight-active-color "#DF5273" + +set completion-bg "#232530" +set completion-fg "#DF5273" + +set completion-highlight-fg "#E3E6EE" +set completion-highlight-bg "#DF5273" + +set recolor-lightcolor "#1C1E26" +set recolor-darkcolor "#DCDFE4" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/base16-horizon-light.config b/build_schemes/base16-horizon-light.config new file mode 100644 index 0000000..a6be3d7 --- /dev/null +++ b/build_schemes/base16-horizon-light.config @@ -0,0 +1,35 @@ +# Base16 Horizon Light +# Author: Michaël Ball (http://github.com/michael-ball/) + +set default-bg "#FDF0ED" +set default-fg "#FADAD1" + +set statusbar-fg "#948C8A" +set statusbar-bg "#F9CBBE" + +set inputbar-bg "#FDF0ED" +set inputbar-fg "#201C1D" + +set notification-bg "#FDF0ED" +set notification-fg "#201C1D" + +set notification-error-bg "#FDF0ED" +set notification-error-fg "#F7939B" + +set notification-warning-bg "#FDF0ED" +set notification-warning-fg "#F7939B" + +set highlight-color "#FBE0D9" +set highlight-active-color "#DA103F" + +set completion-bg "#FADAD1" +set completion-fg "#DA103F" + +set completion-highlight-fg "#201C1D" +set completion-highlight-bg "#DA103F" + +set recolor-lightcolor "#FDF0ED" +set recolor-darkcolor "#302C2D" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/base16-horizon-terminal-dark.config b/build_schemes/base16-horizon-terminal-dark.config new file mode 100644 index 0000000..c21a50b --- /dev/null +++ b/build_schemes/base16-horizon-terminal-dark.config @@ -0,0 +1,35 @@ +# Base16 Horizon Dark +# Author: Michaël Ball (http://github.com/michael-ball/) + +set default-bg "#1C1E26" +set default-fg "#232530" + +set statusbar-fg "#9DA0A2" +set statusbar-bg "#2E303E" + +set inputbar-bg "#1C1E26" +set inputbar-fg "#E3E6EE" + +set notification-bg "#1C1E26" +set notification-fg "#E3E6EE" + +set notification-error-bg "#1C1E26" +set notification-error-fg "#E95678" + +set notification-warning-bg "#1C1E26" +set notification-warning-fg "#E95678" + +set highlight-color "#FAC29A" +set highlight-active-color "#26BBD9" + +set completion-bg "#232530" +set completion-fg "#26BBD9" + +set completion-highlight-fg "#E3E6EE" +set completion-highlight-bg "#26BBD9" + +set recolor-lightcolor "#1C1E26" +set recolor-darkcolor "#DCDFE4" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/base16-horizon-terminal-light.config b/build_schemes/base16-horizon-terminal-light.config new file mode 100644 index 0000000..69035a3 --- /dev/null +++ b/build_schemes/base16-horizon-terminal-light.config @@ -0,0 +1,35 @@ +# Base16 Horizon Light +# Author: Michaël Ball (http://github.com/michael-ball/) + +set default-bg "#FDF0ED" +set default-fg "#FADAD1" + +set statusbar-fg "#948C8A" +set statusbar-bg "#F9CBBE" + +set inputbar-bg "#FDF0ED" +set inputbar-fg "#201C1D" + +set notification-bg "#FDF0ED" +set notification-fg "#201C1D" + +set notification-error-bg "#FDF0ED" +set notification-error-fg "#E95678" + +set notification-warning-bg "#FDF0ED" +set notification-warning-fg "#E95678" + +set highlight-color "#FADAD1" +set highlight-active-color "#26BBD9" + +set completion-bg "#FADAD1" +set completion-fg "#26BBD9" + +set completion-highlight-fg "#201C1D" +set completion-highlight-bg "#26BBD9" + +set recolor-lightcolor "#FDF0ED" +set recolor-darkcolor "#302C2D" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/base16-humanoid-dark.config b/build_schemes/base16-humanoid-dark.config new file mode 100644 index 0000000..f239a02 --- /dev/null +++ b/build_schemes/base16-humanoid-dark.config @@ -0,0 +1,35 @@ +# Base16 Humanoid dark +# Author: Thomas (tasmo) Friese + +set default-bg "#232629" +set default-fg "#333b3d" + +set statusbar-fg "#c0c0bd" +set statusbar-bg "#484e54" + +set inputbar-bg "#232629" +set inputbar-fg "#fcfcfc" + +set notification-bg "#232629" +set notification-fg "#fcfcfc" + +set notification-error-bg "#232629" +set notification-error-fg "#f11235" + +set notification-warning-bg "#232629" +set notification-warning-fg "#f11235" + +set highlight-color "#ffb627" +set highlight-active-color "#00a6fb" + +set completion-bg "#333b3d" +set completion-fg "#00a6fb" + +set completion-highlight-fg "#fcfcfc" +set completion-highlight-bg "#00a6fb" + +set recolor-lightcolor "#232629" +set recolor-darkcolor "#fcfcf6" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/base16-humanoid-light.config b/build_schemes/base16-humanoid-light.config new file mode 100644 index 0000000..4dc3e44 --- /dev/null +++ b/build_schemes/base16-humanoid-light.config @@ -0,0 +1,35 @@ +# Base16 Humanoid light +# Author: Thomas (tasmo) Friese + +set default-bg "#f8f8f2" +set default-fg "#efefe9" + +set statusbar-fg "#60615d" +set statusbar-bg "#deded8" + +set inputbar-bg "#f8f8f2" +set inputbar-fg "#070708" + +set notification-bg "#f8f8f2" +set notification-fg "#070708" + +set notification-error-bg "#f8f8f2" +set notification-error-fg "#b0151a" + +set notification-warning-bg "#f8f8f2" +set notification-warning-fg "#b0151a" + +set highlight-color "#ffb627" +set highlight-active-color "#0082c9" + +set completion-bg "#efefe9" +set completion-fg "#0082c9" + +set completion-highlight-fg "#070708" +set completion-highlight-bg "#0082c9" + +set recolor-lightcolor "#f8f8f2" +set recolor-darkcolor "#2f3337" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/base16-nebula.config b/build_schemes/base16-nebula.config new file mode 100644 index 0000000..edf5597 --- /dev/null +++ b/build_schemes/base16-nebula.config @@ -0,0 +1,35 @@ +# Base16 Nebula +# Author: Gabriel Fontes (https://github.com/Misterio77) + +set default-bg "#22273b" +set default-fg "#414f60" + +set statusbar-fg "#87888b" +set statusbar-bg "#5a8380" + +set inputbar-bg "#22273b" +set inputbar-fg "#8dbdaa" + +set notification-bg "#22273b" +set notification-fg "#8dbdaa" + +set notification-error-bg "#22273b" +set notification-error-fg "#777abc" + +set notification-warning-bg "#22273b" +set notification-warning-fg "#777abc" + +set highlight-color "#4f9062" +set highlight-active-color "#4d6bb6" + +set completion-bg "#414f60" +set completion-fg "#4d6bb6" + +set completion-highlight-fg "#8dbdaa" +set completion-highlight-bg "#4d6bb6" + +set recolor-lightcolor "#22273b" +set recolor-darkcolor "#c7c9cd" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/base16-nord.config b/build_schemes/base16-nord.config index de68e89..7df19b8 100644 --- a/build_schemes/base16-nord.config +++ b/build_schemes/base16-nord.config @@ -14,19 +14,19 @@ set notification-bg "#2E3440" set notification-fg "#8FBCBB" set notification-error-bg "#2E3440" -set notification-error-fg "#88C0D0" +set notification-error-fg "#BF616A" set notification-warning-bg "#2E3440" -set notification-warning-fg "#88C0D0" +set notification-warning-fg "#BF616A" -set highlight-color "#5E81AC" -set highlight-active-color "#EBCB8B" +set highlight-color "#EBCB8B" +set highlight-active-color "#81A1C1" set completion-bg "#3B4252" -set completion-fg "#EBCB8B" +set completion-fg "#81A1C1" set completion-highlight-fg "#8FBCBB" -set completion-highlight-bg "#EBCB8B" +set completion-highlight-bg "#81A1C1" set recolor-lightcolor "#2E3440" set recolor-darkcolor "#ECEFF4" diff --git a/build_schemes/base16-nova.config b/build_schemes/base16-nova.config new file mode 100644 index 0000000..2480002 --- /dev/null +++ b/build_schemes/base16-nova.config @@ -0,0 +1,35 @@ +# Base16 Nova +# Author: George Essig (https://github.com/gessig), Trevor D. Miller (https://trevordmiller.com) + +set default-bg "#3C4C55" +set default-fg "#556873" + +set statusbar-fg "#899BA6" +set statusbar-bg "#6A7D89" + +set inputbar-bg "#3C4C55" +set inputbar-fg "#556873" + +set notification-bg "#3C4C55" +set notification-fg "#556873" + +set notification-error-bg "#3C4C55" +set notification-error-fg "#83AFE5" + +set notification-warning-bg "#3C4C55" +set notification-warning-fg "#83AFE5" + +set highlight-color "#A8CE93" +set highlight-active-color "#83AFE5" + +set completion-bg "#556873" +set completion-fg "#83AFE5" + +set completion-highlight-fg "#556873" +set completion-highlight-bg "#83AFE5" + +set recolor-lightcolor "#3C4C55" +set recolor-darkcolor "#899BA6" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/base16-papercolor-light.config b/build_schemes/base16-papercolor-light.config index d16c520..58fa30b 100644 --- a/build_schemes/base16-papercolor-light.config +++ b/build_schemes/base16-papercolor-light.config @@ -8,10 +8,10 @@ set statusbar-fg "#0087af" set statusbar-bg "#008700" set inputbar-bg "#eeeeee" -set inputbar-fg "#444444" +set inputbar-fg "#878787" set notification-bg "#eeeeee" -set notification-fg "#444444" +set notification-fg "#878787" set notification-error-bg "#eeeeee" set notification-error-fg "#bcbcbc" @@ -25,7 +25,7 @@ set highlight-active-color "#d75f00" set completion-bg "#af0000" set completion-fg "#d75f00" -set completion-highlight-fg "#444444" +set completion-highlight-fg "#878787" set completion-highlight-bg "#d75f00" set recolor-lightcolor "#eeeeee" 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" diff --git a/build_schemes/base16-sandcastle.config b/build_schemes/base16-sandcastle.config new file mode 100644 index 0000000..7e7c110 --- /dev/null +++ b/build_schemes/base16-sandcastle.config @@ -0,0 +1,35 @@ +# Base16 Sandcastle +# Author: George Essig (https://github.com/gessig) + +set default-bg "#282c34" +set default-fg "#2c323b" + +set statusbar-fg "#928374" +set statusbar-bg "#3e4451" + +set inputbar-bg "#282c34" +set inputbar-fg "#fdf4c1" + +set notification-bg "#282c34" +set notification-fg "#fdf4c1" + +set notification-error-bg "#282c34" +set notification-error-fg "#83a598" + +set notification-warning-bg "#282c34" +set notification-warning-fg "#83a598" + +set highlight-color "#a07e3b" +set highlight-active-color "#83a598" + +set completion-bg "#2c323b" +set completion-fg "#83a598" + +set completion-highlight-fg "#fdf4c1" +set completion-highlight-bg "#83a598" + +set recolor-lightcolor "#282c34" +set recolor-darkcolor "#d5c4a1" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/base16-summercamp.config b/build_schemes/base16-summercamp.config new file mode 100644 index 0000000..7725e55 --- /dev/null +++ b/build_schemes/base16-summercamp.config @@ -0,0 +1,35 @@ +# Base16 summercamp +# Author: zoe firi (zoefiri.github.io) + +set default-bg "#1c1810" +set default-fg "#2a261c" + +set statusbar-fg "#5f5b45" +set statusbar-bg "#3a3527" + +set inputbar-bg "#1c1810" +set inputbar-fg "#f8f5de" + +set notification-bg "#1c1810" +set notification-fg "#f8f5de" + +set notification-error-bg "#1c1810" +set notification-error-fg "#e35142" + +set notification-warning-bg "#1c1810" +set notification-warning-fg "#e35142" + +set highlight-color "#f2ff27" +set highlight-active-color "#489bf0" + +set completion-bg "#2a261c" +set completion-fg "#489bf0" + +set completion-highlight-fg "#f8f5de" +set completion-highlight-bg "#489bf0" + +set recolor-lightcolor "#1c1810" +set recolor-darkcolor "#bab696" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/base16-synth-midnight-dark.config b/build_schemes/base16-synth-midnight-dark.config new file mode 100644 index 0000000..5ca6b0b --- /dev/null +++ b/build_schemes/base16-synth-midnight-dark.config @@ -0,0 +1,35 @@ +# Base16 Synth Midnight Dark +# Author: Michaël Ball (http://github.com/michael-ball/) + +set default-bg "#040404" +set default-fg "#141414" + +set statusbar-fg "#BFBBBF" +set statusbar-bg "#242424" + +set inputbar-bg "#040404" +set inputbar-fg "#FFFBFF" + +set notification-bg "#040404" +set notification-fg "#FFFBFF" + +set notification-error-bg "#040404" +set notification-error-fg "#B53B50" + +set notification-warning-bg "#040404" +set notification-warning-fg "#B53B50" + +set highlight-color "#DAE84D" +set highlight-active-color "#03AEFF" + +set completion-bg "#141414" +set completion-fg "#03AEFF" + +set completion-highlight-fg "#FFFBFF" +set completion-highlight-bg "#03AEFF" + +set recolor-lightcolor "#040404" +set recolor-darkcolor "#EFEBEF" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/base16-tango.config b/build_schemes/base16-tango.config new file mode 100644 index 0000000..d7c6622 --- /dev/null +++ b/build_schemes/base16-tango.config @@ -0,0 +1,35 @@ +# Base16 Tango +# Author: @Schnouki, based on the Tango Desktop Project + +set default-bg "#2e3436" +set default-fg "#8ae234" + +set statusbar-fg "#729fcf" +set statusbar-bg "#fce94f" + +set inputbar-bg "#2e3436" +set inputbar-fg "#eeeeec" + +set notification-bg "#2e3436" +set notification-fg "#eeeeec" + +set notification-error-bg "#2e3436" +set notification-error-fg "#cc0000" + +set notification-warning-bg "#2e3436" +set notification-warning-fg "#cc0000" + +set highlight-color "#c4a000" +set highlight-active-color "#3465a4" + +set completion-bg "#8ae234" +set completion-fg "#3465a4" + +set completion-highlight-fg "#eeeeec" +set completion-highlight-bg "#3465a4" + +set recolor-lightcolor "#2e3436" +set recolor-darkcolor "#ad7fa8" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/base16-tomorrow-night-eighties.config b/build_schemes/base16-tomorrow-night-eighties.config new file mode 100644 index 0000000..414b75b --- /dev/null +++ b/build_schemes/base16-tomorrow-night-eighties.config @@ -0,0 +1,35 @@ +# Base16 Tomorrow Night +# Author: Chris Kempson (http://chriskempson.com) + +set default-bg "#2d2d2d" +set default-fg "#393939" + +set statusbar-fg "#b4b7b4" +set statusbar-bg "#515151" + +set inputbar-bg "#2d2d2d" +set inputbar-fg "#ffffff" + +set notification-bg "#2d2d2d" +set notification-fg "#ffffff" + +set notification-error-bg "#2d2d2d" +set notification-error-fg "#f2777a" + +set notification-warning-bg "#2d2d2d" +set notification-warning-fg "#f2777a" + +set highlight-color "#ffcc66" +set highlight-active-color "#6699cc" + +set completion-bg "#393939" +set completion-fg "#6699cc" + +set completion-highlight-fg "#ffffff" +set completion-highlight-bg "#6699cc" + +set recolor-lightcolor "#2d2d2d" +set recolor-darkcolor "#e0e0e0" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/base16-vulcan.config b/build_schemes/base16-vulcan.config new file mode 100644 index 0000000..f4730aa --- /dev/null +++ b/build_schemes/base16-vulcan.config @@ -0,0 +1,35 @@ +# Base16 vulcan +# Author: Andrey Varfolomeev + +set default-bg "#041523" +set default-fg "#122339" + +set statusbar-fg "#6b6977" +set statusbar-bg "#003552" + +set inputbar-bg "#041523" +set inputbar-fg "#214d68" + +set notification-bg "#041523" +set notification-fg "#214d68" + +set notification-error-bg "#041523" +set notification-error-fg "#818591" + +set notification-warning-bg "#041523" +set notification-warning-fg "#818591" + +set highlight-color "#adb4b9" +set highlight-active-color "#977d7c" + +set completion-bg "#122339" +set completion-fg "#977d7c" + +set completion-highlight-fg "#214d68" +set completion-highlight-bg "#977d7c" + +set recolor-lightcolor "#041523" +set recolor-darkcolor "#333238" + +set recolor "false" +set recolor-keephue "false" |
