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

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

[elpa] externals/modus-themes fe281a7651 1/3: Use an explicit foreground


From: ELPA Syncer
Subject: [elpa] externals/modus-themes fe281a7651 1/3: Use an explicit foreground for the fg-paren-match mapping
Date: Fri, 15 Mar 2024 03:58:29 -0400 (EDT)

branch: externals/modus-themes
commit fe281a7651f0196a5ce5e500a59ab52bcf07ce83
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Use an explicit foreground for the fg-paren-match mapping
---
 modus-operandi-deuteranopia-theme.el | 2 +-
 modus-operandi-theme.el              | 2 +-
 modus-operandi-tinted-theme.el       | 2 +-
 modus-operandi-tritanopia-theme.el   | 2 +-
 modus-vivendi-deuteranopia-theme.el  | 2 +-
 modus-vivendi-theme.el               | 2 +-
 modus-vivendi-tinted-theme.el        | 2 +-
 modus-vivendi-tritanopia-theme.el    | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/modus-operandi-deuteranopia-theme.el 
b/modus-operandi-deuteranopia-theme.el
index 73c66c0969..b2b244577c 100644
--- a/modus-operandi-deuteranopia-theme.el
+++ b/modus-operandi-deuteranopia-theme.el
@@ -211,7 +211,7 @@ standard)."
 ;;; Paren match
 
       (bg-paren-match        "#5fcfff")
-      (fg-paren-match        unspecified)
+      (fg-paren-match        fg-main)
       (bg-paren-expression   "#efd3f5")
       (underline-paren-match unspecified)
 
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 8a0bd8dab6..05d533e073 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -209,7 +209,7 @@ which corresponds to a minimum contrast in relative 
luminance of
 ;;; Paren match
 
       (bg-paren-match        "#5fcfff")
-      (fg-paren-match        unspecified)
+      (fg-paren-match        fg-main)
       (bg-paren-expression   "#efd3f5")
       (underline-paren-match unspecified)
 
diff --git a/modus-operandi-tinted-theme.el b/modus-operandi-tinted-theme.el
index 7fa53b3f40..8c7330cc0c 100644
--- a/modus-operandi-tinted-theme.el
+++ b/modus-operandi-tinted-theme.el
@@ -209,7 +209,7 @@ which corresponds to a minimum contrast in relative 
luminance of
 ;;; Paren match
 
       (bg-paren-match        "#7fdfcf")
-      (fg-paren-match        unspecified)
+      (fg-paren-match        fg-main)
       (bg-paren-expression   "#efd3f5")
       (underline-paren-match unspecified)
 
diff --git a/modus-operandi-tritanopia-theme.el 
b/modus-operandi-tritanopia-theme.el
index 4b39c6514e..c17780c2b1 100644
--- a/modus-operandi-tritanopia-theme.el
+++ b/modus-operandi-tritanopia-theme.el
@@ -211,7 +211,7 @@ standard)."
 ;;; Paren match
 
       (bg-paren-match        "#5fcfff")
-      (fg-paren-match        unspecified)
+      (fg-paren-match        fg-main)
       (bg-paren-expression   "#efd3f5")
       (underline-paren-match unspecified)
 
diff --git a/modus-vivendi-deuteranopia-theme.el 
b/modus-vivendi-deuteranopia-theme.el
index e5ef0f6a61..fa4fdf9f1b 100644
--- a/modus-vivendi-deuteranopia-theme.el
+++ b/modus-vivendi-deuteranopia-theme.el
@@ -211,7 +211,7 @@ standard)."
 ;;; Paren match
 
       (bg-paren-match        "#2f7f9f")
-      (fg-paren-match        unspecified)
+      (fg-paren-match        fg-main)
       (bg-paren-expression   "#453040")
       (underline-paren-match unspecified)
 
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 48bf701c41..d0b65c3449 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -209,7 +209,7 @@ which corresponds to a minimum contrast in relative 
luminance of
 ;;; Paren match
 
       (bg-paren-match        "#2f7f9f")
-      (fg-paren-match        unspecified)
+      (fg-paren-match        fg-main)
       (bg-paren-expression   "#453040")
       (underline-paren-match unspecified)
 
diff --git a/modus-vivendi-tinted-theme.el b/modus-vivendi-tinted-theme.el
index 89bc22b621..8165241ed4 100644
--- a/modus-vivendi-tinted-theme.el
+++ b/modus-vivendi-tinted-theme.el
@@ -209,7 +209,7 @@ which corresponds to a minimum contrast in relative 
luminance of
 ;;; Paren match
 
       (bg-paren-match        "#5f789f")
-      (fg-paren-match        unspecified)
+      (fg-paren-match        fg-main)
       (bg-paren-expression   "#453040")
       (underline-paren-match unspecified)
 
diff --git a/modus-vivendi-tritanopia-theme.el 
b/modus-vivendi-tritanopia-theme.el
index e2575ad57b..b55a86bb0f 100644
--- a/modus-vivendi-tritanopia-theme.el
+++ b/modus-vivendi-tritanopia-theme.el
@@ -211,7 +211,7 @@ standard)."
 ;;; Paren match
 
       (bg-paren-match        "#2f7f9f")
-      (fg-paren-match        unspecified)
+      (fg-paren-match        fg-main)
       (bg-paren-expression   "#453040")
       (underline-paren-match unspecified)
 



reply via email to

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