aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar HaoZeke <HaoZeke@users.noreply.github.com>2021-05-11 01:02:12 +0000
committerLibravatar GitHub Actions <actions@github.com>2021-05-11 01:02:12 +0000
commit8ba73c446c3c3f69482d209466dee951fae37524 (patch)
tree1b908824a23df5dd386cba12baf774d3ea9268d1
parentd1c3b611f9a99d8c94c04f2a842bed52f53924d8 (diff)
Update repository with the latest base16 colorschemes
-rw-r--r--build_schemes/colors/base16-colors.config35
-rw-r--r--build_schemes/recolors/base16-colors.config32
2 files changed, 67 insertions, 0 deletions
diff --git a/build_schemes/colors/base16-colors.config b/build_schemes/colors/base16-colors.config
new file mode 100644
index 0000000..1cfc9e1
--- /dev/null
+++ b/build_schemes/colors/base16-colors.config
@@ -0,0 +1,35 @@
+# Base16 Colors
+# Author: mrmrs (http://clrs.cc)
+
+set default-bg "#111111"
+set default-fg "#333333"
+
+set statusbar-fg "#999999"
+set statusbar-bg "#555555"
+
+set inputbar-bg "#111111"
+set inputbar-fg "#ffffff"
+
+set notification-bg "#111111"
+set notification-fg "#ffffff"
+
+set notification-error-bg "#111111"
+set notification-error-fg "#ff4136"
+
+set notification-warning-bg "#111111"
+set notification-warning-fg "#ff4136"
+
+set highlight-color "#ffdc00"
+set highlight-active-color "#0074d9"
+
+set completion-bg "#333333"
+set completion-fg "#0074d9"
+
+set completion-highlight-fg "#ffffff"
+set completion-highlight-bg "#0074d9"
+
+set recolor-lightcolor "#111111"
+set recolor-darkcolor "#dddddd"
+
+set recolor "false"
+set recolor-keephue "false"
diff --git a/build_schemes/recolors/base16-colors.config b/build_schemes/recolors/base16-colors.config
new file mode 100644
index 0000000..250950e
--- /dev/null
+++ b/build_schemes/recolors/base16-colors.config
@@ -0,0 +1,32 @@
+# Base16 Colors
+# Author: mrmrs (http://clrs.cc)
+
+set default-bg "#111111"
+set default-fg "#333333"
+
+set statusbar-fg "#999999"
+set statusbar-bg "#555555"
+
+set inputbar-bg "#111111"
+set inputbar-fg "#ffffff"
+
+set notification-bg "#111111"
+set notification-fg "#ffffff"
+
+set notification-error-bg "#111111"
+set notification-error-fg "#ff4136"
+
+set notification-warning-bg "#111111"
+set notification-warning-fg "#ff4136"
+
+set highlight-color "#ffdc00"
+set highlight-active-color "#0074d9"
+
+set completion-bg "#333333"
+set completion-fg "#0074d9"
+
+set completion-highlight-fg "#ffffff"
+set completion-highlight-bg "#0074d9"
+
+set recolor-lightcolor "#111111"
+set recolor-darkcolor "#dddddd"