branch: externals/doric-themes commit 1e7b6ef8883006ab6ba94edee16787342ab5cdee Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Make markdown-code-face use a background colour --- doric-themes.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doric-themes.el b/doric-themes.el index af79f44bf1..31c6be2519 100644 --- a/doric-themes.el +++ b/doric-themes.el @@ -1186,6 +1186,8 @@ the list becomes the last. Do not modify THEMES in the process." `(magit-diff-context-highlight (( ))) `(magit-section-highlight (( ))) + `(markdown-code-face ((t :background ,bg-shadow-subtle :extend t))) + `(org-block ((t :background ,bg-shadow-subtle :extend t))) `(org-block-begin-line ((t :background ,bg-shadow-subtle :foreground ,fg-shadow-intense :extend t))) `(org-block-end-line ((t :inherit org-block-begin-line)))