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

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

[nongnu] elpa/ample-theme bf81f20 105/137: powerline changes from @justb


From: ELPA Syncer
Subject: [nongnu] elpa/ample-theme bf81f20 105/137: powerline changes from @justbur
Date: Thu, 21 Oct 2021 18:00:27 -0400 (EDT)

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

    powerline changes from @justbur
---
 ample-theme.el | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/ample-theme.el b/ample-theme.el
index 5b3b975..7c09da8 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -104,9 +104,12 @@
    `(font-lock-doc-face                        ((t (:foreground 
,ample/dark-tan))))
 
    ;; mode line & powerline
-   `(powerline-active1 ((t (:foreground ,ample/darkest-gray))))
-   `(mode-line-inactive ((t (:background ,ample/darker-gray :foreground 
"cornsilk4"))))
-   `(mode-line         ((t (:background "cornsilk4" :foreground 
,ample/darkest-gray))))
+   `(powerline-active1   ((t (:background ,ample/darkest-gray :foreground 
"cornsilk4"))))
+   `(powerline-active2   ((t (:background "cornsilk4" :foreground 
,ample/darkest-gray ))))
+   `(powerline-inactive1 ((t (:background ,ample/bg :foreground "cornsilk4"))))
+   `(powerline-inactive2 ((t (:background ,ample/darker-gray :foreground 
"cornsilk4" ))))
+   `(mode-line-inactive  ((t (:background ,ample/darker-gray :foreground 
"cornsilk4"))))
+   `(mode-line           ((t (:background "cornsilk4" :foreground 
,ample/darkest-gray))))
 
    `(linum ((t (:background nil :foreground ,ample/gray))))
 



reply via email to

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