branch: externals/nano-theme commit afb5f37a4075c1921ab363f87faf97a3a0c16d47 Author: Nicolas P. Rougier <nicolas.roug...@inria.fr> Commit: Nicolas P. Rougier <nicolas.roug...@inria.fr>
Remove colorization of minibuffer and echo area --- nano-theme-support.el | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/nano-theme-support.el b/nano-theme-support.el index a57539a0ff..b2cc028474 100644 --- a/nano-theme-support.el +++ b/nano-theme-support.el @@ -1325,7 +1325,7 @@ background color that is barely perceptible." '(elpher-gemini-heading1 ((t (:inherit nano-strong)))) '(elpher-gemini-heading2 ((t (:inherit nano-strong)))) '(elpher-gemini-heading3 ((t (:inherit nano-strong)))) - + ;; ---SHR --------------------------------------------------------- '(shr-abbreviation ((t (:inherit nano-popout)))) '(shr-text ((t (:inherit nano-default)))) @@ -1543,11 +1543,12 @@ background color that is barely perceptible." :background "#FFF9C4")))) ;; material color yellow L100 )) - (dolist (buffer (list " *Minibuf-0*" " *Echo Area 0*" - " *Minibuf-1*" " *Echo Area 1*")) - (when (get-buffer buffer) - (with-current-buffer buffer - (face-remap-add-relative 'default 'nano-faded)))) + ;; (dolist (buffer (list " *Minibuf-0*" " *Echo Area 0*" + ;; " *Minibuf-1*" " *Echo Area 1*")) + ;; (when (get-buffer buffer) + ;; (with-current-buffer buffer + ;; (face-remap-add-relative 'default 'nano-faded)))) + (advice-remove 'frame-list #'nano-frame-list-advice-selected)) ;;;###autoload