diff options
| -rw-r--r-- | themes/dupre-faces.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/dupre-faces.el b/themes/dupre-faces.el index 991cc1a5..3fe14c9a 100644 --- a/themes/dupre-faces.el +++ b/themes/dupre-faces.el @@ -252,8 +252,8 @@ `(org-code ((t (:foreground ,green :background ,bg+1)))) `(org-verbatim ((t (:foreground ,gray+1 :background ,bg+1)))) `(org-block ((t (:background ,bg+0 :extend t)))) - `(org-block-begin-line ((t (:foreground ,gray :background ,bg+1 :extend t)))) - `(org-block-end-line ((t (:foreground ,gray :background ,bg+1 :extend t)))) + `(org-block-begin-line ((t (:foreground ,gray :background ,bg :extend t)))) + `(org-block-end-line ((t (:foreground ,gray :background ,bg :extend t)))) `(org-meta-line ((t (:foreground ,gray)))) `(org-document-title ((t (:foreground ,yellow :weight bold :height 1.4)))) `(org-document-info ((t (:foreground ,gray+1)))) |
