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

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

diff --git a/ample-theme.el b/ample-theme.el
index 40f8404..46876c7 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -86,8 +86,9 @@
    `(font-lock-variable-name-face ((t (:foreground ,ample/yellow))))
    `(font-lock-doc-face ((t (:foreground ,ample/dark-tan))))
    
+   `(powerline-active1 ((t (:foreground ,ample/darkest-gray))))
    `(mode-line-inactive ((t (:background ,ample/darker-gray :foreground 
"cornsilk4"))))
-   `(mode-line ((t (:background "cornsilk4" :foreground ,ample/darker-gray))))
+   `(mode-line ((t (:background "cornsilk4" :foreground ,ample/darkest-gray))))
    
    `(linum ((t (:background nil :foreground ,ample/gray))))
    

Reply via email to