branch: externals/doric-themes
commit e5ded1f5aa181faff9ad2c0da19f09dd0a3d8244
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Make code blocks have defined delimiters
    
    Thanks to SammyJenas for asking for this in issue 6:
    <https://github.com/protesilaos/doric-themes/issues/6>.
---
 doric-themes.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doric-themes.el b/doric-themes.el
index c56820ffef..d287be695e 100644
--- a/doric-themes.el
+++ b/doric-themes.el
@@ -1416,7 +1416,7 @@ is either the `dark' or `light' symbol."
             `(magit-section-highlight (( )))
 
             `(markdown-code-face ((t :inherit fixed-pitch :background 
,bg-shadow-subtle :extend t)))
-            '(markdown-language-keyword-face ((t :inherit fixed-pitch)))
+            `(markdown-language-keyword-face ((t :inherit fixed-pitch 
:background ,bg-neutral)))
             '(markdown-table-face ((t :inherit fixed-pitch)))
 
             '(markup-meta-face ((t :inherit fixed-pitch)))
@@ -1441,7 +1441,7 @@ is either the `dark' or `light' symbol."
                  :overline ,fg-shadow-subtle)))
 
             `(org-block ((t :inherit fixed-pitch :background ,bg-shadow-subtle 
:extend t)))
-            `(org-block-begin-line ((t :inherit fixed-pitch :background 
,bg-shadow-subtle :foreground ,fg-shadow-intense :extend t)))
+            `(org-block-begin-line ((t :inherit fixed-pitch :background 
,bg-neutral :foreground ,fg-shadow-intense :extend t)))
             `(org-block-end-line ((t :inherit org-block-begin-line)))
             '(org-checkbox ((t :inherit fixed-pitch)))
             `(org-column-title ((t :inherit fixed-pitch :foreground 
,fg-shadow-subtle)))

Reply via email to