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

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

[nongnu] elpa/material-theme 1dc3f79 030/118: change org-code block high


From: ELPA Syncer
Subject: [nongnu] elpa/material-theme 1dc3f79 030/118: change org-code block highlighting
Date: Thu, 21 Oct 2021 18:06:13 -0400 (EDT)

branch: elpa/material-theme
commit 1dc3f793c23558896dc6a1264fe37024ca2ae825
Author: Christoph Paulik <cpaulik@gmail.com>
Commit: Christoph Paulik <cpaulik@gmail.com>

    change org-code block highlighting
    
    especially that of code blocks that have no programming language set
---
 material-theme.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/material-theme.el b/material-theme.el
index 21630a4..05087ad 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -373,9 +373,9 @@
    `(org-agenda-date ((,class (:foreground ,blue :underline nil))))
    `(org-agenda-done ((,class (:foreground ,green))))
    `(org-agenda-dimmed-todo-face ((,class (:foreground ,comment))))
-   `(org-block ((,class (:foreground ,orange))))
-   `(org-block-background ((,class (:background "#1F2232"))))
-   `(org-code ((,class (:foreground ,yellow))))
+   `(org-block ((,class (:foreground ,green :background ,far-background))))
+   `(org-block-background ((,t (:background ,far-background))))
+   `(org-code ((,class (:foreground ,green :background ,far-background))))
    `(org-column ((,class (:background ,current-line))))
    `(org-column-title ((,class (:inherit org-column :weight bold :underline 
t))))
    `(org-date ((,class (:foreground ,"#80cbc4" :underline t))))
@@ -396,8 +396,8 @@
    `(org-todo ((,class (:foreground ,"#ffab91" :bold t :background 
,"#dd2c00"))))
    `(org-upcoming-deadline ((,class (:foreground ,orange))))
    `(org-warning ((,class (:weight bold :foreground ,red))))
-   `(org-block-begin-line ((,class (:foreground ,"#b3e5fc" :underline 
,"#e1f5fe"))))
-   `(org-block-end-line ((,class (:foreground ,"#b3e5fc" :overline 
,"#e1f5fe"))))
+   `(org-block-begin-line ((,class (:foreground ,"#b3e5fc" :background 
"#1e2930" :underline ,"#e1f5fe"))))
+   `(org-block-end-line ((,class (:foreground ,"#b3e5fc" :background "#1e2930" 
:overline ,"#e1f5fe"))))
 
    `(org-level-1 ((,class (:inherit nil
                          :overline ,"#b0bec5"



reply via email to

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