branch: elpa/monokai-theme
commit f973ea4d6d3a8a542bed3a03dccaed4fd2a21abc
Author: Jumpei KAWAMI <[email protected]>
Commit: Jumpei KAWAMI <[email protected]>

    Add support for milkypostman's powerline faces
---
 monokai-theme.el | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/monokai-theme.el b/monokai-theme.el
index f7f83fc..445de50 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -2748,6 +2748,19 @@ Takes and optional `FRAME' as reference."
        ((,class (:background ,monokai-hl
                              :foreground ,monokai-fg))))
 
+     ;; powerline
+     `(powerline-active1
+       ((,class (:background ,gray))))
+
+     `(powerline-active2
+       ((,class (:background ,gray-l))))
+
+     `(powerline-inactive1
+       ((,class (:background ,gray-d))))
+
+     `(powerline-inactive2
+       ((,class (:background ,gray))))
+
      ;; rainbow-delimiters
      `(rainbow-delimiters-depth-1-face
        ((,class (:foreground ,cyan))))

Reply via email to