modus-themes: disable bold and italic constructs

This commit is contained in:
Evie Litherland-Smith 2024-01-11 17:34:27 +00:00
parent 93c1fc97ed
commit ad075de624

View file

@ -241,8 +241,8 @@ Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia
:custom
(modus-themes-disable-other-themes t)
(modus-themes-to-toggle '(modus-operandi-tinted modus-vivendi-tinted))
(modus-themes-bold-constructs t)
(modus-themes-italic-constructs t)
(modus-themes-bold-constructs nil) ; Doesn't work nicely with FiraCode
(modus-themes-italic-constructs nil) ; Doesn't work nicely with FiraCode
(modus-themes-org-blocks 'gray-background)
(modus-themes-completions '((matches . (extrabold underline))
(selection . (semibold italic))))