aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar HaoZeke <HaoZeke@users.noreply.github.com>2021-04-15 00:20:04 +0000
committerLibravatar GitHub Actions <actions@github.com>2021-04-15 00:20:04 +0000
commit322a41117f44ad059db7b5d06f936cfe0d6b1106 (patch)
tree6e34a0d4f208d62efb0393a1f021a3332d74dafa
parent2c4418b2539caa0538b911a073508ef475e8b7e4 (diff)
Update repository with the latest base16 colorschemes
-rw-r--r--build_schemes/colors/base16-pinky.config35
-rw-r--r--build_schemes/colors/base16-qualia.config35
-rw-r--r--build_schemes/colors/base16-sakura.config35
-rw-r--r--build_schemes/colors/base16-shades-of-purple.config35
-rw-r--r--build_schemes/recolors/base16-pinky.config32
-rw-r--r--build_schemes/recolors/base16-qualia.config32
-rw-r--r--build_schemes/recolors/base16-sakura.config32
-rw-r--r--build_schemes/recolors/base16-shades-of-purple.config32
8 files changed, 268 insertions, 0 deletions
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"