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-framer.config | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 build_schemes/base16-framer.config (limited to 'build_schemes/base16-framer.config') diff --git a/build_schemes/base16-framer.config b/build_schemes/base16-framer.config deleted file mode 100644 index 6109d67..0000000 --- a/build_schemes/base16-framer.config +++ /dev/null @@ -1,35 +0,0 @@ -# Base16 Framer -# Author: Framer (Maintained by Jesse Hoyos) - -set default-bg "#181818" -set default-fg "#151515" - -set statusbar-fg "#B9B9B9" -set statusbar-bg "#464646" - -set inputbar-bg "#181818" -set inputbar-fg "#EEEEEE" - -set notification-bg "#181818" -set notification-fg "#EEEEEE" - -set notification-error-bg "#181818" -set notification-error-fg "#FD886B" - -set notification-warning-bg "#181818" -set notification-warning-fg "#FD886B" - -set highlight-color "#FECB6E" -set highlight-active-color "#20BCFC" - -set completion-bg "#151515" -set completion-fg "#20BCFC" - -set completion-highlight-fg "#EEEEEE" -set completion-highlight-bg "#20BCFC" - -set recolor-lightcolor "#181818" -set recolor-darkcolor "#E8E8E8" - -set recolor "false" -set recolor-keephue "false" -- cgit