branch: elpa/material-theme
commit 68a2e4d9f09dc3a45c765edb271c3460af885de0
Author: Christoph Paulik <[email protected]>
Commit: Christoph Paulik <[email protected]>

    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