Tweak default foreground of Org block delim line

Makes the foreground colour gray, instead of the gray-green it was
before.  This covers the default style but also the one you get when
using this:

    (setq modus-themes-org-blocks 'gray-background)
This commit is contained in:
Protesilaos Stavrou 2021-05-29 21:11:42 +03:00
parent 8ce97d81fd
commit 79f537cc9b
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -5778,7 +5778,7 @@ by virtue of calling either of `modus-themes-load-operandi' and
`(org-block-begin-line ((,class :inherit modus-themes-fixed-pitch
,@(modus-themes--org-block-delim
bg-dim fg-special-cold
bg-alt fg-special-mild))))
bg-alt fg-alt))))
`(org-block-end-line ((,class :inherit org-block-begin-line)))
`(org-checkbox ((,class :box (:line-width 1 :color ,bg-active)
:background ,bg-inactive :foreground ,fg-active)))