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

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

[nongnu] elpa/material-theme 68a2e4d 078/118: Make vertical border more


From: ELPA Syncer
Subject: [nongnu] elpa/material-theme 68a2e4d 078/118: Make vertical border more visible in terminal mode
Date: Thu, 21 Oct 2021 18:06:24 -0400 (EDT)

branch: elpa/material-theme
commit 68a2e4d9f09dc3a45c765edb271c3460af885de0
Author: Christoph Paulik <cpaulik@gmail.com>
Commit: Christoph Paulik <cpaulik@gmail.com>

    Make vertical border more visible in terminal mode
---
 material-light-theme.el | 2 ++
 material-theme.el       | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/material-light-theme.el b/material-light-theme.el
index d9a157e..d9aa417 100644
--- a/material-light-theme.el
+++ b/material-light-theme.el
@@ -207,6 +207,8 @@
    `(linum ((,class (:background ,current-line :foreground ,foreground))))
    `(linum-highlight-face ((,class (:background ,current-line :foreground 
,foreground))))
    `(border ((,class (:background ,current-line))))
+   `(vertical-border ((,class (:background ,selection
+                                           :foreground, selection))))
    `(border-glyph ((,class (nil))))
    `(highlight ((,class (:inverse-video nil :background ,current-line))))
    `(gui-element ((,class (:background ,current-line :foreground 
,foreground))))
diff --git a/material-theme.el b/material-theme.el
index f4891e4..0f65b48 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -204,6 +204,8 @@
    `(linum ((,class (:background ,background :foreground ,subtle))))
    `(linum-highlight-face ((,class (:background ,current-line :foreground 
,foreground))))
    `(border ((,class (:background ,current-line))))
+   `(vertical-border ((,class (:background ,selection
+                               :foreground, selection))))
    `(border-glyph ((,class (nil))))
    `(highlight ((,class (:inverse-video nil :background ,current-line))))
    `(gui-element ((,class (:background ,current-line :foreground 
,foreground))))



reply via email to

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