branch: externals/ef-themes
commit 9ce1bf32a334f891f6297430575d83b82d99dc57
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Add support for the built-in window-divider-mode
---
 README.org   | 1 +
 ef-themes.el | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/README.org b/README.org
index c680778d2e..f75e10632d 100644
--- a/README.org
+++ b/README.org
@@ -1423,6 +1423,7 @@ everything most users need.
 - which-key
 - whitespace-mode
 - widget
+- window-divider-mode [ Part of {{{development-version}}}. ]
 - writegood-mode
 - woman
 - ztree [ Part of {{{development-version}}}. ]
diff --git a/ef-themes.el b/ef-themes.el
index f68b2f213a..fe0775440d 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -2358,6 +2358,10 @@ text should not be underlined as well) yet still blend 
in."
     `(widget-field ((,c :background ,bg-alt :foreground ,fg-main :extend nil)))
     `(widget-inactive ((,c :inherit shadow :background ,bg-dim)))
     `(widget-single-line-field ((,c :inherit widget-field)))
+;;;; window-divider-mode
+    `(window-divider ((,c :foreground ,border)))
+    `(window-divider-first-pixel ((,c :foreground ,bg-inactive)))
+    `(window-divider-last-pixel ((,c :foreground ,bg-inactive)))
 ;;;; writegood-mode
     `(writegood-duplicates-face ((,c :inherit ef-themes-underline-error)))
     `(writegood-passive-voice-face ((,c :inherit ef-themes-underline-info)))

Reply via email to