From ad0b621bb4725a028ff05fc0c75f1b618d079138 Mon Sep 17 00:00:00 2001 From: Rohit Goswami Date: Wed, 10 Jun 2020 02:05:42 +0000 Subject: base16: Update schemes --- build_schemes/base16-framer.config | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create 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 new file mode 100644 index 0000000..6109d67 --- /dev/null +++ b/build_schemes/base16-framer.config @@ -0,0 +1,35 @@ +# 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