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

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

[nongnu] elpa/apropospriate-theme 8dc9340: add support for window-divide


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme 8dc9340: add support for window-divider-mode
Date: Thu, 11 Nov 2021 13:57:34 -0500 (EST)

branch: elpa/apropospriate-theme
commit 8dc9340171e47f1a238ace71902109e8c3fa5852
Author: justin talbott <justin@waymondo.com>
Commit: justin talbott <justin@waymondo.com>

    add support for window-divider-mode
    
    and match it with tweaked, slightly more subtle vertical-border
---
 README.md        | 1 +
 apropospriate.el | 5 ++++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 167f0b4..887e444 100644
--- a/README.md
+++ b/README.md
@@ -117,3 +117,4 @@ Apropospriate supports all the usual `prog-mode` derived 
packages as well as som
 * Tab-bar
 * Tab-line
 * VC-Annotate
+* Window Divider Mode
diff --git a/apropospriate.el b/apropospriate.el
index e51ca49..470c7e0 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -125,7 +125,10 @@ Set to `1.0' or nil to prevent font size manipulation."
      `(linum-relative-current-face ((,class (:inherit fringe :foreground 
,base02))))
      `(line-number ((,class (:inherit fringe :foreground ,base01))))
      `(line-number-current-line ((,class (:inherit fringe :foreground 
,base02))))
-     `(vertical-border ((,class (:foreground ,base00+3))))
+     `(vertical-border ((,class (:foreground ,base00+2))))
+     `(window-divider ((,class (:foreground ,base00+2))))
+     `(window-divider-first-pixel ((,class (:foreground ,base00+2))))
+     `(window-divider-last-pixel ((,class (:foreground ,base00+2))))
      `(widget-button ((,class (:underline t))))
      `(widget-field ((,class (:background ,base02 :box (:line-width 1 :color 
,base03)))))
      `(error ((,class (:foreground ,red :weight bold))))



reply via email to

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