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

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

[nongnu] elpa/monokai-theme 4a09c59f94: Add face for window-divider-mode


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme 4a09c59f94: Add face for window-divider-mode (#110)
Date: Mon, 17 Jan 2022 07:58:24 -0500 (EST)

branch: elpa/monokai-theme
commit 4a09c59f948ba5b602b6f395e667f53224fd75a2
Author: Phil Brown <pdbrown.git@gmail.com>
Commit: GitHub <noreply@github.com>

    Add face for window-divider-mode (#110)
---
 monokai-theme.el | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/monokai-theme.el b/monokai-theme.el
index 38ed1784c5..f0bef3ab4e 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -6153,6 +6153,14 @@ Also affects 'linum-mode' background."
                                    :weight bold))
       (,monokai-256-class (:foreground ,monokai-256-red
                                         :weight bold))))
+
+   ;; window-divider-mode
+   `(window-divider
+     ((,monokai-class (:foreground ,monokai-highlight))
+      (,monokai-256-class (:foreground ,monokai-highlight))))
+   `(window-divider-first-pixel ((t (:inherit window-divider))))
+   `(window-divider-last-pixel ((t (:inherit window-divider))))
+
    ;; window-number-mode
    `(window-number-face
      ((,monokai-class (:foreground ,monokai-green))



reply via email to

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