branch: elpa/monokai-theme
commit 1cc2c5dd52fd9d7e17d8fdf4efab903131b7f0de
Author: Kelvin Smith <[email protected]>
Commit: Kelvin Smith <[email protected]>

    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