branch: externals/modus-themes
commit b238abe7fc46637a294438fb5a6316ddf4dbfa3a
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Remove one mapping from modus-themes-generate-palette
    
    It will be inherited from the underlying core palette. Styling this
    here is not important.
---
 modus-themes.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/modus-themes.el b/modus-themes.el
index 20a49cb067..dfcf058e5d 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -7712,8 +7712,6 @@ rest come from CORE-PALETTE."
         (funcall push-derived-value-fn (intern (format "bg-%s-subtle" name)) 
(modus-themes-generate-gradient value (if bg-main-dark-p -50 50)))
         (funcall push-derived-value-fn (intern (format "bg-%s-nuanced" name)) 
(modus-themes-generate-gradient value (if bg-main-dark-p -70 70))))
       ;; Mappings
-      (funcall push-mapping-fn 'identifier (if prefers-cool-p 'green-faint 
'magenta-faint))
-
       (funcall push-mapping-fn 'bg-completion (if prefers-cool-p 
'bg-cyan-subtle 'bg-yellow-subtle))
       (funcall push-mapping-fn 'bg-hover (if prefers-cool-p 'bg-green-intense 
'bg-magenta-intense))
       (funcall push-mapping-fn 'bg-hover-secondary (if prefers-cool-p 
'bg-green-subtle 'bg-magenta-subtle))

Reply via email to