From 524c09c012e3e0cc2aa1b613fd50404028afa50a Mon Sep 17 00:00:00 2001 From: HaoZeke Date: Sun, 27 Dec 2020 18:18:26 +0000 Subject: Update repository with the latest base16 colorschemes --- build_schemes/base16-atlas.config | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 build_schemes/base16-atlas.config (limited to 'build_schemes/base16-atlas.config') diff --git a/build_schemes/base16-atlas.config b/build_schemes/base16-atlas.config deleted file mode 100644 index 9ff1f78..0000000 --- a/build_schemes/base16-atlas.config +++ /dev/null @@ -1,35 +0,0 @@ -# Base16 Atlas -# Author: Alex Lende (https://ajlende.com) - -set default-bg "#002635" -set default-fg "#00384d" - -set statusbar-fg "#869696" -set statusbar-bg "#517F8D" - -set inputbar-bg "#002635" -set inputbar-fg "#fafaf8" - -set notification-bg "#002635" -set notification-fg "#fafaf8" - -set notification-error-bg "#002635" -set notification-error-fg "#ff5a67" - -set notification-warning-bg "#002635" -set notification-warning-fg "#ff5a67" - -set highlight-color "#ffcc1b" -set highlight-active-color "#5dd7b9" - -set completion-bg "#00384d" -set completion-fg "#5dd7b9" - -set completion-highlight-fg "#fafaf8" -set completion-highlight-bg "#5dd7b9" - -set recolor-lightcolor "#002635" -set recolor-darkcolor "#e6e6dc" - -set recolor "false" -set recolor-keephue "false" -- cgit