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

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

[elpa] externals/modus-vivendi-theme e50f582 064/110: Internal: add page


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme e50f582 064/110: Internal: add page breaks for convenience (the ^L)
Date: Wed, 29 Apr 2020 21:40:08 -0400 (EDT)

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

    Internal: add page breaks for convenience (the ^L)
---
 modus-operandi-theme.el | 4 ++++
 modus-vivendi-theme.el  | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 9a53c78..1a0dbb7 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -290,6 +290,8 @@
 
 ;;; Code:
 
+
+
 (deftheme modus-operandi
   "Light theme that conforms with the highest accessibility
   standard for colour contrast between background and
@@ -445,6 +447,8 @@ AMOUNT is a customisation option."
   (when modus-operandi-theme-scale-headings
         (list :height amount)))
 
+
+
 ;; Define colour palette.  Each colour must have a >= 7:1 contrast
 ;; ratio relative to the foreground/background colour it is rendered
 ;; against.
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index bf2ad08..2a19854 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -290,6 +290,8 @@
 
 ;;; Code:
 
+
+
 (deftheme modus-vivendi
   "Dark theme that conforms with the highest accessibility
   standard for colour contrast between background and
@@ -445,6 +447,8 @@ AMOUNT is a customisation option."
   (when modus-vivendi-theme-scale-headings
     (list :height amount)))
 
+
+
 ;; Define colour palette.  Each colour must have a >= 7:1 contrast
 ;; ratio relative to the foreground/background colour it is rendered
 ;; against.



reply via email to

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