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

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

[elpa] externals/modus-vivendi-theme 9481730 076/110: New palette subset


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 9481730 076/110: New palette subset of nuanced accented backgrounds
Date: Wed, 29 Apr 2020 21:40:11 -0400 (EDT)

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

    New palette subset of nuanced accented backgrounds
    
    These very subtle background values will be used to style large blocks,
    such as Org headings or source blocks (subject to appropriate
    customisation options that users must enable).
---
 modus-operandi-theme.el | 6 ++++++
 modus-vivendi-theme.el  | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 22a5fa4..d6c01b5 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -508,6 +508,12 @@ AMOUNT is a customisation option."
       (red-nuanced "#4d0006") (green-nuanced "#003000")
       (yellow-nuanced "#3a2a00") (blue-nuanced "#001170")
       (magenta-nuanced "#381050") (cyan-nuanced "#003434")
+      ;; styles for slightly accented background
+      ;;
+      ;; must be combined with any of the above foreground values
+      (red-nuanced-bg "#fef2f2") (green-nuanced-bg "#f4faf4")
+      (yellow-nuanced-bg "#fcf6f1") (blue-nuanced-bg "#f4f4ff")
+      (magenta-nuanced-bg "#fff4fc") (cyan-nuanced-bg "#f0f6fa")
       ;; styles for elements that should draw attention to themselves
       ;;
       ;; must be combined with: `bg-main'
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index e39e6fd..1b2cc03 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -508,6 +508,12 @@ AMOUNT is a customisation option."
       (red-nuanced "#ffcccc") (green-nuanced "#b0f0b0")
       (yellow-nuanced "#e0e0bb") (blue-nuanced "#ccccff")
       (magenta-nuanced "#eeccee") (cyan-nuanced "#aaeeee")
+      ;; styles for slightly accented background
+      ;;
+      ;; must be combined with any of the above foreground values
+      (red-nuanced-bg "#180505") (green-nuanced-bg "#061206")
+      (yellow-nuanced-bg "#18140a") (blue-nuanced-bg "#070722")
+      (magenta-nuanced-bg "#160616") (cyan-nuanced-bg "#091620")
       ;; styles for elements that should draw attention to themselves
       ;;
       ;; must be combined with: `bg-main'



reply via email to

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