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

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

[nongnu] elpa/monokai-theme f973ea4 023/207: Add support for milkypostma


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme f973ea4 023/207: Add support for milkypostman's powerline faces
Date: Thu, 21 Oct 2021 18:07:24 -0400 (EDT)

branch: elpa/monokai-theme
commit f973ea4d6d3a8a542bed3a03dccaed4fd2a21abc
Author: Jumpei KAWAMI <don.t.be.trapped.by.dogma@gmail.com>
Commit: Jumpei KAWAMI <don.t.be.trapped.by.dogma@gmail.com>

    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

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