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

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

[elpa] externals/modus-vivendi-theme 4c18005 102/110: Refine background


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 4c18005 102/110: Refine background colour values for fringes
Date: Wed, 29 Apr 2020 21:40:17 -0400 (EDT)

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

    Refine background colour values for fringes
    
    This is to slightly tone down their intensity and to ensure that the
    neighbouring colours are fairly distinct from each other.
    
    Tip: use `M-x rainbow-mode' inside this diff to preview the tweaks.
---
 modus-operandi-theme.el | 6 +++---
 modus-vivendi-theme.el  | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index f4b509f..96dbd5c 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -591,9 +591,9 @@ AMOUNT is a customisation option."
       ;;
       ;; must have a minimum contrast ratio of 1.5:1 with `bg-inactive'
       ;; and be combined with `fg-main'
-      (red-fringe-bg "#ff7a7a") (green-fringe-bg "#70cc70")
-      (yellow-fringe-bg "#e0c000") (blue-fringe-bg "#7fafff")
-      (magenta-fringe-bg "#ffa0ff") (cyan-fringe-bg "#00d0f0")
+      (red-fringe-bg "#ff9a9a") (green-fringe-bg "#86cf86")
+      (yellow-fringe-bg "#e0c050") (blue-fringe-bg "#82afff")
+      (magenta-fringe-bg "#f0a3ff") (cyan-fringe-bg "#00d6e0")
 
       ;; styles reserved for specific faces
       ;;
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 27f8490..4d98b5c 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -591,9 +591,9 @@ AMOUNT is a customisation option."
       ;;
       ;; must have a minimum contrast ratio of 1.5:1 with `bg-inactive'
       ;; and be combined with `fg-main'
-      (red-fringe-bg "#a00000") (green-fringe-bg "#006600")
-      (yellow-fringe-bg "#775500") (blue-fringe-bg "#3228bb")
-      (magenta-fringe-bg "#990099") (cyan-fringe-bg "#005599")
+      (red-fringe-bg "#8f0040") (green-fringe-bg "#006000")
+      (yellow-fringe-bg "#6f4a00") (blue-fringe-bg "#3a30ab")
+      (magenta-fringe-bg "#692089") (cyan-fringe-bg "#0068a0")
 
       ;; styles reserved for specific faces
       ;;



reply via email to

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