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-classic-dark.config | 35 -------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 build_schemes/base16-classic-dark.config (limited to 'build_schemes/base16-classic-dark.config') diff --git a/build_schemes/base16-classic-dark.config b/build_schemes/base16-classic-dark.config deleted file mode 100644 index 0de237c..0000000 --- a/build_schemes/base16-classic-dark.config +++ /dev/null @@ -1,35 +0,0 @@ -# Base16 Classic Dark -# Author: Jason Heeris (http://heeris.id.au) - -set default-bg "#151515" -set default-fg "#202020" - -set statusbar-fg "#B0B0B0" -set statusbar-bg "#303030" - -set inputbar-bg "#151515" -set inputbar-fg "#F5F5F5" - -set notification-bg "#151515" -set notification-fg "#F5F5F5" - -set notification-error-bg "#151515" -set notification-error-fg "#AC4142" - -set notification-warning-bg "#151515" -set notification-warning-fg "#AC4142" - -set highlight-color "#F4BF75" -set highlight-active-color "#6A9FB5" - -set completion-bg "#202020" -set completion-fg "#6A9FB5" - -set completion-highlight-fg "#F5F5F5" -set completion-highlight-bg "#6A9FB5" - -set recolor-lightcolor "#151515" -set recolor-darkcolor "#E0E0E0" - -set recolor "false" -set recolor-keephue "false" -- cgit