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-snazzy.config | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 build_schemes/base16-snazzy.config (limited to 'build_schemes/base16-snazzy.config') diff --git a/build_schemes/base16-snazzy.config b/build_schemes/base16-snazzy.config deleted file mode 100644 index bbbe109..0000000 --- a/build_schemes/base16-snazzy.config +++ /dev/null @@ -1,35 +0,0 @@ -# Base16 Snazzy -# Author: Chawye Hsu (https://github.com/h404bi) based on Hyper Snazzy Theme (https://github.com/sindresorhus/hyper-snazzy) - -set default-bg "#282a36" -set default-fg "#34353e" - -set statusbar-fg "#a5a5a9" -set statusbar-bg "#43454f" - -set inputbar-bg "#282a36" -set inputbar-fg "#f1f1f0" - -set notification-bg "#282a36" -set notification-fg "#f1f1f0" - -set notification-error-bg "#282a36" -set notification-error-fg "#ff5c57" - -set notification-warning-bg "#282a36" -set notification-warning-fg "#ff5c57" - -set highlight-color "#f3f99d" -set highlight-active-color "#57c7ff" - -set completion-bg "#34353e" -set completion-fg "#57c7ff" - -set completion-highlight-fg "#f1f1f0" -set completion-highlight-bg "#57c7ff" - -set recolor-lightcolor "#282a36" -set recolor-darkcolor "#eff0eb" - -set recolor "false" -set recolor-keephue "false" -- cgit