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

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

[nongnu] elpa/ample-theme d5b2765 017/137: modeline


From: ELPA Syncer
Subject: [nongnu] elpa/ample-theme d5b2765 017/137: modeline
Date: Thu, 21 Oct 2021 18:00:09 -0400 (EDT)

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

    modeline
---
 ample-theme.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ample-theme.el b/ample-theme.el
index 0339b51..06fc836 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -82,10 +82,10 @@
    `(font-lock-variable-name-face ((t (:foreground ,ample/yellow))))
    `(font-lock-doc-face ((t (:foreground ,ample/dark-tan))))
    
-   `(mode-line ((t (:background "#454545"))))
-   
+   `(mode-line-inactive ((t (:background "#454545" :foreground "cornsilk4"))))
+   `(mode-line ((t (:background "cornsilk4" :foreground "#454545"))))
+
    `(hl-line ((t (:background "#1f1f1f"))))
-   `(mode-line-inactive ((t (:background "cornsilk4"))))
    
    `(powerline-inactive1 ((t (:foreground "gray50"))))
    `(powerline-active1 ((t (:foreground "gray50"))))



reply via email to

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