emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/ample-theme 640f340 043/137: specify no background for min


From: ELPA Syncer
Subject: [nongnu] elpa/ample-theme 640f340 043/137: specify no background for minibuff
Date: Thu, 21 Oct 2021 18:00:14 -0400 (EDT)

branch: elpa/ample-theme
commit 640f3402d0e5c64bab197e8985f8fcaf45a2fb2b
Author: jordonbiondo <biondoj@mail.gvsu.edu>
Commit: jordonbiondo <biondoj@mail.gvsu.edu>

    specify no background for minibuff
---
 ample-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ample-theme.el b/ample-theme.el
index 966b66d..ec9f306 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -124,7 +124,7 @@
    `(highlight-indentation-face ((t (:background ,ample/darkest-gray))))
 
    ;; mini buff
-   `(minibuffer-prompt ((t (:foreground ,ample/bright-yellow :bold t))))
+   `(minibuffer-prompt ((t (:foreground ,ample/bright-yellow :bold t 
:background nil))))
 
    `(compilation-error ((t (:foreground ,ample/red :bold t))))
    `(compilation-warning ((t (:foreground ,ample/orange :bold t))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]