branch: elpa/material-theme
commit 6823009bc92f82aa3a90e27e1009f7da8e87b648
Author: Christoph Paulik <[email protected]>
Commit: Christoph Paulik <[email protected]>
Add interal-border face definition
Fixes #52
---
material-light-theme.el | 1 +
material-theme.el | 1 +
2 files changed, 2 insertions(+)
diff --git a/material-light-theme.el b/material-light-theme.el
index 0842f5d..44a4f88 100644
--- a/material-light-theme.el
+++ b/material-light-theme.el
@@ -217,6 +217,7 @@
`(linum ((,class (:background ,current-line :foreground ,foreground))))
`(linum-highlight-face ((,class (:background ,current-line :foreground
,foreground))))
`(border ((,class (:background ,current-line))))
+ `(internal-border ((,class (:background ,current-line))))
`(vertical-border ((,class (:background ,selection
:foreground, selection))))
`(border-glyph ((,class (nil))))
diff --git a/material-theme.el b/material-theme.el
index 8662b10..a209ba1 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -223,6 +223,7 @@
`(linum ((,class (:background ,background :foreground ,subtle))))
`(linum-highlight-face ((,class (:background ,current-line :foreground
,foreground))))
`(border ((,class (:background ,current-line))))
+ `(internal-border ((,class (:background ,current-line))))
`(vertical-border ((,class (:background ,selection
:foreground, selection))))
`(border-glyph ((,class (nil))))