mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
Make sure palette preview shows the mapping's value
Thanks to shimeike for reporting the problem in issue 163: <https://github.com/protesilaos/modus-themes/issues/163>.
This commit is contained in:
parent
a8325500bc
commit
b741887a87
|
|
@ -4140,7 +4140,7 @@ PALETTE is the value of a variable like `modus-operandi-palette'."
|
|||
(name-string (format "%s" name))
|
||||
(value-string (format "%s" value))
|
||||
(value-string-padded (format "%-30s" value-string))
|
||||
(color (modus-themes-get-color-value name mappings theme))) ; resolve a semantic mapping
|
||||
(color (modus-themes-get-color-value name :with-overrides theme))) ; resolve a semantic mapping
|
||||
(list
|
||||
entry
|
||||
(vector
|
||||
|
|
|
|||
Loading…
Reference in a new issue