mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
Add subtle background to org-code
This is to make things consistent between =verbatim=, ~code~, and
{{{macro}}} constructs.
This commit is contained in:
parent
4b9976a43d
commit
37e0400a1c
|
|
@ -5358,7 +5358,8 @@ by virtue of calling either of `modus-themes-load-operandi' and
|
|||
`(org-checkbox-statistics-done ((,class :inherit org-done)))
|
||||
`(org-checkbox-statistics-todo ((,class :inherit org-todo)))
|
||||
`(org-clock-overlay ((,class :inherit modus-theme-special-cold)))
|
||||
`(org-code ((,class ,@(modus-themes--mixed-fonts) :foreground ,magenta)))
|
||||
`(org-code ((,class ,@(modus-themes--mixed-fonts)
|
||||
:background ,red-nuanced-bg :foreground ,magenta)))
|
||||
`(org-column ((,class :background ,bg-alt)))
|
||||
`(org-column-title ((,class :inherit bold :underline t :background ,bg-alt)))
|
||||
`(org-date ((,class :inherit ,(if modus-themes-no-mixed-fonts
|
||||
|
|
|
|||
Loading…
Reference in a new issue