mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
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:
parent
8ce97d81fd
commit
79f537cc9b
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue