From 322a41117f44ad059db7b5d06f936cfe0d6b1106 Mon Sep 17 00:00:00 2001 From: HaoZeke Date: Thu, 15 Apr 2021 00:20:04 +0000 Subject: Update repository with the latest base16 colorschemes --- build_schemes/colors/base16-pinky.config | 35 ++++++++++++++++++++++ build_schemes/colors/base16-qualia.config | 35 ++++++++++++++++++++++ build_schemes/colors/base16-sakura.config | 35 ++++++++++++++++++++++ .../colors/base16-shades-of-purple.config | 35 ++++++++++++++++++++++ build_schemes/recolors/base16-pinky.config | 32 ++++++++++++++++++++ build_schemes/recolors/base16-qualia.config | 32 ++++++++++++++++++++ build_schemes/recolors/base16-sakura.config | 32 ++++++++++++++++++++ .../recolors/base16-shades-of-purple.config | 32 ++++++++++++++++++++ 8 files changed, 268 insertions(+) create mode 100644 build_schemes/colors/base16-pinky.config create mode 100644 build_schemes/colors/base16-qualia.config create mode 100644 build_schemes/colors/base16-sakura.config create mode 100644 build_schemes/colors/base16-shades-of-purple.config create mode 100644 build_schemes/recolors/base16-pinky.config create mode 100644 build_schemes/recolors/base16-qualia.config create mode 100644 build_schemes/recolors/base16-sakura.config create mode 100644 build_schemes/recolors/base16-shades-of-purple.config diff --git a/build_schemes/colors/base16-pinky.config b/build_schemes/colors/base16-pinky.config new file mode 100644 index 0000000..01d6027 --- /dev/null +++ b/build_schemes/colors/base16-pinky.config @@ -0,0 +1,35 @@ +# Base16 pinky +# Author: Benjamin (https://github.com/b3nj5m1n) + +set default-bg "#171517" +set default-fg "#1b181b" + +set statusbar-fg "#e7dbdb" +set statusbar-bg "#1d1b1d" + +set inputbar-bg "#171517" +set inputbar-fg "#f7f3f7" + +set notification-bg "#171517" +set notification-fg "#f7f3f7" + +set notification-error-bg "#171517" +set notification-error-fg "#ffa600" + +set notification-warning-bg "#171517" +set notification-warning-fg "#ffa600" + +set highlight-color "#20df6c" +set highlight-active-color "#00ffff" + +set completion-bg "#1b181b" +set completion-fg "#00ffff" + +set completion-highlight-fg "#f7f3f7" +set completion-highlight-bg "#00ffff" + +set recolor-lightcolor "#171517" +set recolor-darkcolor "#ffffff" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/colors/base16-qualia.config b/build_schemes/colors/base16-qualia.config new file mode 100644 index 0000000..9b1cf97 --- /dev/null +++ b/build_schemes/colors/base16-qualia.config @@ -0,0 +1,35 @@ +# Base16 Qualia +# Author: isaacwhanson + +set default-bg "#101010" +set default-fg "#454545" + +set statusbar-fg "#808080" +set statusbar-bg "#454545" + +set inputbar-bg "#101010" +set inputbar-fg "#454545" + +set notification-bg "#101010" +set notification-fg "#454545" + +set notification-error-bg "#101010" +set notification-error-fg "#EFA6A2" + +set notification-warning-bg "#101010" +set notification-warning-fg "#EFA6A2" + +set highlight-color "#E6A3DC" +set highlight-active-color "#50CACD" + +set completion-bg "#454545" +set completion-fg "#50CACD" + +set completion-highlight-fg "#454545" +set completion-highlight-bg "#50CACD" + +set recolor-lightcolor "#101010" +set recolor-darkcolor "#C0C0C0" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/colors/base16-sakura.config b/build_schemes/colors/base16-sakura.config new file mode 100644 index 0000000..a586eff --- /dev/null +++ b/build_schemes/colors/base16-sakura.config @@ -0,0 +1,35 @@ +# Base16 Sakura +# Author: Misterio77 (http://github.com/Misterio77) + +set default-bg "#feedf3" +set default-fg "#f8e2e7" + +set statusbar-fg "#665055" +set statusbar-bg "#e0ccd1" + +set inputbar-bg "#feedf3" +set inputbar-fg "#33292b" + +set notification-bg "#feedf3" +set notification-fg "#33292b" + +set notification-error-bg "#feedf3" +set notification-error-fg "#df2d52" + +set notification-warning-bg "#feedf3" +set notification-warning-fg "#df2d52" + +set highlight-color "#c29461" +set highlight-active-color "#006e93" + +set completion-bg "#f8e2e7" +set completion-fg "#006e93" + +set completion-highlight-fg "#33292b" +set completion-highlight-bg "#006e93" + +set recolor-lightcolor "#feedf3" +set recolor-darkcolor "#42383a" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/colors/base16-shades-of-purple.config b/build_schemes/colors/base16-shades-of-purple.config new file mode 100644 index 0000000..d53c231 --- /dev/null +++ b/build_schemes/colors/base16-shades-of-purple.config @@ -0,0 +1,35 @@ +# Base16 Shades of Purple +# Author: Iolar Demartini Junior (http://github.com/demartini) based on Shades of Purple Theme (https://github.com/ahmadawais/shades-of-purple-vscode). + +set default-bg "#1e1e3f" +set default-fg "#43d426" + +set statusbar-fg "#6871ff" +set statusbar-bg "#f1d000" + +set inputbar-bg "#1e1e3f" +set inputbar-fg "#ffffff" + +set notification-bg "#1e1e3f" +set notification-fg "#ffffff" + +set notification-error-bg "#1e1e3f" +set notification-error-fg "#d90429" + +set notification-warning-bg "#1e1e3f" +set notification-warning-fg "#d90429" + +set highlight-color "#ffe700" +set highlight-active-color "#6943ff" + +set completion-bg "#43d426" +set completion-fg "#6943ff" + +set completion-highlight-fg "#ffffff" +set completion-highlight-bg "#6943ff" + +set recolor-lightcolor "#1e1e3f" +set recolor-darkcolor "#ff77ff" + +set recolor "false" +set recolor-keephue "false" diff --git a/build_schemes/recolors/base16-pinky.config b/build_schemes/recolors/base16-pinky.config new file mode 100644 index 0000000..3336e27 --- /dev/null +++ b/build_schemes/recolors/base16-pinky.config @@ -0,0 +1,32 @@ +# Base16 pinky +# Author: Benjamin (https://github.com/b3nj5m1n) + +set default-bg "#171517" +set default-fg "#1b181b" + +set statusbar-fg "#e7dbdb" +set statusbar-bg "#1d1b1d" + +set inputbar-bg "#171517" +set inputbar-fg "#f7f3f7" + +set notification-bg "#171517" +set notification-fg "#f7f3f7" + +set notification-error-bg "#171517" +set notification-error-fg "#ffa600" + +set notification-warning-bg "#171517" +set notification-warning-fg "#ffa600" + +set highlight-color "#20df6c" +set highlight-active-color "#00ffff" + +set completion-bg "#1b181b" +set completion-fg "#00ffff" + +set completion-highlight-fg "#f7f3f7" +set completion-highlight-bg "#00ffff" + +set recolor-lightcolor "#171517" +set recolor-darkcolor "#ffffff" diff --git a/build_schemes/recolors/base16-qualia.config b/build_schemes/recolors/base16-qualia.config new file mode 100644 index 0000000..1619154 --- /dev/null +++ b/build_schemes/recolors/base16-qualia.config @@ -0,0 +1,32 @@ +# Base16 Qualia +# Author: isaacwhanson + +set default-bg "#101010" +set default-fg "#454545" + +set statusbar-fg "#808080" +set statusbar-bg "#454545" + +set inputbar-bg "#101010" +set inputbar-fg "#454545" + +set notification-bg "#101010" +set notification-fg "#454545" + +set notification-error-bg "#101010" +set notification-error-fg "#EFA6A2" + +set notification-warning-bg "#101010" +set notification-warning-fg "#EFA6A2" + +set highlight-color "#E6A3DC" +set highlight-active-color "#50CACD" + +set completion-bg "#454545" +set completion-fg "#50CACD" + +set completion-highlight-fg "#454545" +set completion-highlight-bg "#50CACD" + +set recolor-lightcolor "#101010" +set recolor-darkcolor "#C0C0C0" diff --git a/build_schemes/recolors/base16-sakura.config b/build_schemes/recolors/base16-sakura.config new file mode 100644 index 0000000..6ab2b37 --- /dev/null +++ b/build_schemes/recolors/base16-sakura.config @@ -0,0 +1,32 @@ +# Base16 Sakura +# Author: Misterio77 (http://github.com/Misterio77) + +set default-bg "#feedf3" +set default-fg "#f8e2e7" + +set statusbar-fg "#665055" +set statusbar-bg "#e0ccd1" + +set inputbar-bg "#feedf3" +set inputbar-fg "#33292b" + +set notification-bg "#feedf3" +set notification-fg "#33292b" + +set notification-error-bg "#feedf3" +set notification-error-fg "#df2d52" + +set notification-warning-bg "#feedf3" +set notification-warning-fg "#df2d52" + +set highlight-color "#c29461" +set highlight-active-color "#006e93" + +set completion-bg "#f8e2e7" +set completion-fg "#006e93" + +set completion-highlight-fg "#33292b" +set completion-highlight-bg "#006e93" + +set recolor-lightcolor "#feedf3" +set recolor-darkcolor "#42383a" diff --git a/build_schemes/recolors/base16-shades-of-purple.config b/build_schemes/recolors/base16-shades-of-purple.config new file mode 100644 index 0000000..06ee440 --- /dev/null +++ b/build_schemes/recolors/base16-shades-of-purple.config @@ -0,0 +1,32 @@ +# Base16 Shades of Purple +# Author: Iolar Demartini Junior (http://github.com/demartini) based on Shades of Purple Theme (https://github.com/ahmadawais/shades-of-purple-vscode). + +set default-bg "#1e1e3f" +set default-fg "#43d426" + +set statusbar-fg "#6871ff" +set statusbar-bg "#f1d000" + +set inputbar-bg "#1e1e3f" +set inputbar-fg "#ffffff" + +set notification-bg "#1e1e3f" +set notification-fg "#ffffff" + +set notification-error-bg "#1e1e3f" +set notification-error-fg "#d90429" + +set notification-warning-bg "#1e1e3f" +set notification-warning-fg "#d90429" + +set highlight-color "#ffe700" +set highlight-active-color "#6943ff" + +set completion-bg "#43d426" +set completion-fg "#6943ff" + +set completion-highlight-fg "#ffffff" +set completion-highlight-bg "#6943ff" + +set recolor-lightcolor "#1e1e3f" +set recolor-darkcolor "#ff77ff" -- cgit