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

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

[elpa] externals/modus-vivendi-theme b720885 006/110: Add support for PA


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme b720885 006/110: Add support for PAGE-BREAK-LINES
Date: Wed, 29 Apr 2020 21:39:55 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit b720885423baa58b008025a3b3703586b3a6518e
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Add support for PAGE-BREAK-LINES
---
 README.org              | 1 +
 modus-operandi-theme.el | 3 +++
 modus-vivendi-theme.el  | 3 +++
 3 files changed, 7 insertions(+)

diff --git a/README.org b/README.org
index b3709f1..a5d5ad7 100644
--- a/README.org
+++ b/README.org
@@ -327,6 +327,7 @@ the "full support" may not be 100% true…
 + outline-mode
 + outline-minor-faces
 + package (=M-x list-packages=)
++ page-break-lines
 + paradox
 + paren-face
 + pass
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index bbf8adf..38bf29e 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -204,6 +204,7 @@
 ;;     outline-mode
 ;;     outline-minor-faces
 ;;     package (M-x list-packages)
+;;     page-break-lines
 ;;     paradox
 ;;     paren-face
 ;;     pass
@@ -2298,6 +2299,8 @@ between foreground and background is >= 7:1)."
    `(package-status-installed ((,class (:foreground ,fg-special-warm))))
    `(package-status-new ((,class (:foreground ,green :weight bold))))
    `(package-status-unsigned ((,class (:foreground ,red-alt :weight bold))))
+   ;;;; page-break-lines
+   `(page-break-lines ((,class (:foreground ,fg-alt))))
    ;;;; paradox
    `(paradox-archive-face ((,class (:foreground ,fg-special-mild))))
    `(paradox-comment-face ((,class (:foreground ,fg-alt :slant 
,modus-theme-slant))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index b38048c..86270b6 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -204,6 +204,7 @@
 ;;     outline-mode
 ;;     outline-minor-faces
 ;;     package (M-x list-packages)
+;;     page-break-lines
 ;;     paradox
 ;;     paren-face
 ;;     pass
@@ -2298,6 +2299,8 @@ between foreground and background is >= 7:1)."
    `(package-status-installed ((,class (:foreground ,fg-special-warm))))
    `(package-status-new ((,class (:foreground ,green :weight bold))))
    `(package-status-unsigned ((,class (:foreground ,red-alt :weight bold))))
+   ;;;; page-break-lines
+   `(page-break-lines ((,class (:foreground ,fg-alt))))
    ;;;; paradox
    `(paradox-archive-face ((,class (:foreground ,fg-special-mild))))
    `(paradox-comment-face ((,class (:foreground ,fg-alt :slant 
,modus-theme-slant))))



reply via email to

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