diff options
-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") |