modus-themes: disable bold and italic constructs
This commit is contained in:
parent
93c1fc97ed
commit
ad075de624
|
@ -241,8 +241,8 @@ Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia
|
||||||
:custom
|
:custom
|
||||||
(modus-themes-disable-other-themes t)
|
(modus-themes-disable-other-themes t)
|
||||||
(modus-themes-to-toggle '(modus-operandi-tinted modus-vivendi-tinted))
|
(modus-themes-to-toggle '(modus-operandi-tinted modus-vivendi-tinted))
|
||||||
(modus-themes-bold-constructs t)
|
(modus-themes-bold-constructs nil) ; Doesn't work nicely with FiraCode
|
||||||
(modus-themes-italic-constructs t)
|
(modus-themes-italic-constructs nil) ; Doesn't work nicely with FiraCode
|
||||||
(modus-themes-org-blocks 'gray-background)
|
(modus-themes-org-blocks 'gray-background)
|
||||||
(modus-themes-completions '((matches . (extrabold underline))
|
(modus-themes-completions '((matches . (extrabold underline))
|
||||||
(selection . (semibold italic))))
|
(selection . (semibold italic))))
|
||||||
|
|
Loading…
Reference in a new issue