branch: elpa/apropospriate-theme commit 8dc9340171e47f1a238ace71902109e8c3fa5852 Author: justin talbott <jus...@waymondo.com> Commit: justin talbott <jus...@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))))