emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/apropospriate-theme 39df157 018/118: improve org-mode code


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme 39df157 018/118: improve org-mode code block styling
Date: Thu, 21 Oct 2021 18:02:14 -0400 (EDT)

branch: elpa/apropospriate-theme
commit 39df15761cbe984a5c02f076c8f642072265eda2
Author: justin talbott <justin@waymondo.com>
Commit: justin talbott <justin@waymondo.com>

    improve org-mode code block styling
    
    closes #2
    closes #5
---
 apropospriate.el | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/apropospriate.el b/apropospriate.el
index ee3390a..563cb12 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -93,7 +93,7 @@
               (vhl/default-face :background ,base00+1)
               (trailing-whitespace :background ,base00+1 :foreground ,yellow)
               (next-error :background ,base01)
-              (secondary-selection :background ,yellow-1)
+              (secondary-selection :background ,base00-1)
               (header-line :foreground ,purple :background nil)
               (auto-dim-other-buffers-face :background ,base00+1)
               (fringe :background ,base00+1 :foreground ,base02)
@@ -403,7 +403,6 @@
               (org-agenda-date :foreground ,blue :underline nil)
               (org-agenda-done :foreground ,green)
               (org-agenda-dimmed-todo-face :foreground ,base03)
-              (org-block :foreground ,orange)
               (org-code :foreground ,orange-1)
               (org-column :background ,base02)
               (org-column-title :inherit org-column :weight bold :underline t)
@@ -423,6 +422,11 @@
               (org-todo :foreground ,red)
               (org-upcoming-deadline :foreground ,orange)
               (org-warning :weight bold :foreground ,red)
+              (org-block :foreground ,orange :background ,base00+1)
+              (org-meta-line :inherit font-lock-comment-face)
+              (org-block-end-line :inherit font-lock-comment-face)
+              (org-block-end-line :inherit font-lock-comment-face)
+              (org-block-background :background ,base00+1)
 
               (markdown-url-face :inherit link)
               (markdown-link-face :foreground ,blue :underline t)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]