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-material-palenight.config | 35 -------------------------- 1 file changed, 35 deletions(-) delete mode 100644 build_schemes/base16-material-palenight.config (limited to 'build_schemes/base16-material-palenight.config') diff --git a/build_schemes/base16-material-palenight.config b/build_schemes/base16-material-palenight.config deleted file mode 100644 index a6fbc3d..0000000 --- a/build_schemes/base16-material-palenight.config +++ /dev/null @@ -1,35 +0,0 @@ -# Base16 Material Palenight -# Author: Nate Peterson - -set default-bg "#292D3E" -set default-fg "#444267" - -set statusbar-fg "#8796B0" -set statusbar-bg "#32374D" - -set inputbar-bg "#292D3E" -set inputbar-fg "#FFFFFF" - -set notification-bg "#292D3E" -set notification-fg "#FFFFFF" - -set notification-error-bg "#292D3E" -set notification-error-fg "#F07178" - -set notification-warning-bg "#292D3E" -set notification-warning-fg "#F07178" - -set highlight-color "#FFCB6B" -set highlight-active-color "#82AAFF" - -set completion-bg "#444267" -set completion-fg "#82AAFF" - -set completion-highlight-fg "#FFFFFF" -set completion-highlight-bg "#82AAFF" - -set recolor-lightcolor "#292D3E" -set recolor-darkcolor "#959DCB" - -set recolor "false" -set recolor-keephue "false" -- cgit