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

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

[nongnu] elpa/monokai-theme 1cc2c5d 110/207: Add org-block-background; r


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme 1cc2c5d 110/207: Add org-block-background; really closes #50
Date: Thu, 21 Oct 2021 18:07:42 -0400 (EDT)

branch: elpa/monokai-theme
commit 1cc2c5dd52fd9d7e17d8fdf4efab903131b7f0de
Author: Kelvin Smith <oneKelvinSmith@gmail.com>
Commit: Kelvin Smith <oneKelvinSmith@gmail.com>

    Add org-block-background; really closes #50
---
 monokai-theme.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/monokai-theme.el b/monokai-theme.el
index 4e64498..8d86233 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -4029,6 +4029,10 @@ Also affects 'linum-mode' background."
       (,terminal-class (:foreground ,terminal-monokai-emph
                                     :background ,terminal-monokai-gray))))
 
+   `(org-block-background
+     ((,class (:background ,monokai-gray))
+      (,terminal-class (:background ,terminal-monokai-gray))))
+
    `(org-block-begin-line
      ((,class (:foreground ,monokai-comments
                            :background ,monokai-gray-d



reply via email to

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