branch: externals/modus-themes
commit 0088add0ad5c742e2d3ec227c1d6feb283914088
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Make modus-themes-generate-palette define more mappings
---
modus-themes.el | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/modus-themes.el b/modus-themes.el
index a298805ba4..e3041571ce 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -7678,6 +7678,18 @@ rest come from CORE-PALETTE."
(funcall push-mapping-fn 'modeline-warning 'yellow-faint)
(funcall push-mapping-fn 'modeline-info 'blue-faint)
+ (funcall push-mapping-fn 'bg-prominent-err 'unspecified)
+ (funcall push-mapping-fn 'bg-prominent-warning 'unspecified)
+ (funcall push-mapping-fn 'bg-prominent-note 'unspecified)
+ (funcall push-mapping-fn 'fg-prominent-err 'red-intense)
+ (funcall push-mapping-fn 'fg-prominent-warning 'yellow-intense)
+ (funcall push-mapping-fn 'fg-prominent-note 'green-intense)
+
+ (funcall push-mapping-fn 'bg-active-argument (if prefers-cool-p
'bg-cyan-subtle 'bg-yellow-subtle))
+ (funcall push-mapping-fn 'fg-active-argument 'fg-main)
+ (funcall push-mapping-fn 'bg-active-value (if prefers-cool-p
'bg-magenta-subtle 'bg-blue-subtle))
+ (funcall push-mapping-fn 'fg-active-value 'fg-main)
+
(funcall push-mapping-fn 'bg-tab-bar 'bg-dim)
(funcall push-mapping-fn 'bg-tab-current 'bg-main)
(funcall push-mapping-fn 'bg-tab-other 'bg-inactive)