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

    Make org-quote and org-verse look like code blocks
    
    This happens when the user option org-fontify-quote-and-verse-blocks
    is set to a non-nil value.
---
 doric-themes.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doric-themes.el b/doric-themes.el
index 65c843d734..69cd0921f1 100644
--- a/doric-themes.el
+++ b/doric-themes.el
@@ -777,8 +777,6 @@ Run `doric-themes-after-load-theme-hook' after loading a 
theme."
     org-inline-src-block
     org-latex-and-related
     org-mode-line-clock
-    org-quote
-    org-verse
     proced-cpu
     proced-mark
     proced-memory-low-usage
@@ -1492,6 +1490,8 @@ Run `doric-themes-after-load-theme-hook' after loading a 
theme."
             `(org-indent ((t :inherit (fixed-pitch org-hide))))
             `(org-meta-line ((t :inherit fixed-pitch :foreground 
,fg-shadow-subtle)))
             '(org-property-value ((t :inherit fixed-pitch)))
+            '(org-quote ((t :inherit org-block)))
+            '(org-verse ((t :inherit org-block)))
             `(org-table ((t :inherit fixed-pitch :foreground ,fg-accent)))
 
             `(reb-match-0 ((t :background ,bg-accent :foreground ,fg-main)))

Reply via email to