branch: elpa/material-theme
commit e6cdcb08dae968147e1ee83b6f74ccb6b9b26d74
Author: Christoph Paulik <[email protected]>
Commit: Christoph Paulik <[email protected]>

    improved powerline colors, updated screenshot
---
 material-theme.el  |   6 +++---
 material-theme.png | Bin 640583 -> 366699 bytes
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/material-theme.el b/material-theme.el
index 5ce16cf..f91d193 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -456,9 +456,9 @@
 
    ;; Powerline
    `(powerline-active1 ((t (:foreground ,foreground :background ,selection))))
-   `(powerline-active2 ((t (:foreground ,foreground :background 
,current-line))))
-   `(powerline-inactive1 ((t (:foreground ,foreground :background ,comment))))
-   `(powerline-inactive2 ((t (:foreground ,foreground :background ,comment))))
+   `(powerline-active2 ((t (:foreground ,foreground :background ,"#78909c"))))
+   `(powerline-inactive1 ((t (:foreground ,comment :background ,selection))))
+   `(powerline-inactive2 ((t (:foreground ,comment :background ,selection))))
 
    ;; Outline
    `(outline-1 ((,class (:inherit nil
diff --git a/material-theme.png b/material-theme.png
index 81b799c..3a1973c 100644
Binary files a/material-theme.png and b/material-theme.png differ

Reply via email to