mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
Make key bindings use optional fixed-pitch
This applies when 'modus-themes-mixed-fonts' is non-nil.
This commit is contained in:
parent
b6285162d8
commit
04a70d256e
|
|
@ -4307,7 +4307,8 @@ by virtue of calling either of `modus-themes-load-operandi' and
|
|||
bg-region blue-intense-bg
|
||||
fg-alt blue-intense)
|
||||
:extend t)))
|
||||
`(modus-themes-key-binding ((,class :inherit bold :foreground ,blue-alt-other)))
|
||||
`(modus-themes-key-binding ((,class :inherit (bold modus-themes-fixed-pitch)
|
||||
:foreground ,blue-alt-other)))
|
||||
`(modus-themes-prompt ((,class ,@(modus-themes--prompt
|
||||
cyan-alt-other blue-alt-other fg-alt
|
||||
cyan-nuanced-bg blue-refine-bg fg-main
|
||||
|
|
|
|||
Loading…
Reference in a new issue