branch: elpa/ample-theme
commit d5b27652a5530b330f1984ff147bff1cd5015906
Author: jordonbiondo <[email protected]>
Commit: jordonbiondo <[email protected]>

    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