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

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

[nongnu] elpa/monokai-theme 7c45a90 152/207: Use highlight-alt colour fo


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme 7c45a90 152/207: Use highlight-alt colour for org-mode block background
Date: Thu, 21 Oct 2021 18:07:51 -0400 (EDT)

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

    Use highlight-alt colour for org-mode block background
---
 monokai-theme.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/monokai-theme.el b/monokai-theme.el
index 3182b45..b1caf0e 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -4129,13 +4129,13 @@ Also affects 'linum-mode' background."
 
    `(org-block
      ((,monokai-class (:foreground ,monokai-emphasis
-                                   :background ,monokai-gray))
+                                   :background ,monokai-highlight-alt))
       (,monokai-256-class  (:foreground ,monokai-256-emphasis
-                                        :background ,monokai-256-gray))))
+                                        :background 
,monokai-256-highlight-alt))))
 
    `(org-block-background
-     ((,monokai-class (:background ,monokai-gray))
-      (,monokai-256-class  (:background ,monokai-256-gray))))
+     ((,monokai-class (:background ,monokai-highlight-alt))
+      (,monokai-256-class  (:background ,monokai-256-highlight-alt))))
 
    `(org-block-begin-line
      ((,monokai-class (:foreground ,monokai-comments



reply via email to

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