diff options
author | jao <jao@gnu.org> | 2021-10-16 21:52:20 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-10-16 21:52:20 +0100 |
commit | 1f60e562f8c0ab29a293d85701ab55191c25184b (patch) | |
tree | e3d9c18b3780083f2e2c6281592179caf627bf0e | |
parent | 3d945d9256eed46a84f52ad87908031fc39111bd (diff) | |
download | elibs-1f60e562f8c0ab29a293d85701ab55191c25184b.tar.gz elibs-1f60e562f8c0ab29a293d85701ab55191c25184b.tar.bz2 |
set mini modeline colors before enabling it
-rw-r--r-- | init.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -553,7 +553,7 @@ *** Minibuffer #+begin_src emacs-lisp (use-package jao-minibuffer - :config + :init (if (jao-colors-scheme-dark-p) (setq jao-minibuffer-active-buffer-line-color "burlywood4" jao-minibuffer-inactive-buffer-line-color "grey25") |