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

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

[nongnu] elpa/material-theme 6823009 118/118: Add interal-border face de


From: ELPA Syncer
Subject: [nongnu] elpa/material-theme 6823009 118/118: Add interal-border face definition
Date: Thu, 21 Oct 2021 18:06:33 -0400 (EDT)

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

    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))))



reply via email to

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