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

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

[nongnu] elpa/monokai-theme d68b8c2 149/207: Update lazy highlight and c


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme d68b8c2 149/207: Update lazy highlight and contrast in powerline
Date: Thu, 21 Oct 2021 18:07:51 -0400 (EDT)

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

    Update lazy highlight and contrast in powerline
---
 monokai-theme.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/monokai-theme.el b/monokai-theme.el
index b8b0d94..41951d8 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -402,7 +402,7 @@ Also affects 'linum-mode' background."
 
    `(lazy-highlight
      ((,monokai-class (:inherit highlight
-                                :background ,monokai-comments))
+                                :background ,monokai-highlight-alt))
       (,monokai-256-class  (:inherit highlight
                                      :background ,monokai-256-comments))))
 
@@ -554,14 +554,14 @@ Also affects 'linum-mode' background."
      ((,monokai-class (:inverse-video unspecified
                                       :underline unspecified
                                       :foreground ,monokai-comments
-                                      :background ,monokai-gray
+                                      :background ,monokai-background
                                       :box (:line-width 1
                                                         :color ,monokai-gray
                                                         :style unspecified)))
       (,monokai-256-class  (:inverse-video unspecified
                                            :underline unspecified
                                            :foreground ,monokai-256-comments
-                                           :background ,monokai-256-gray
+                                           :background ,monokai-256-background
                                            :box (:line-width 1
                                                              :color 
,monokai-256-gray
                                                              :style 
unspecified)))))
@@ -571,8 +571,8 @@ Also affects 'linum-mode' background."
       (,monokai-256-class  (:background ,monokai-256-gray-d))))
 
    `(powerline-inactive2
-     ((,monokai-class (:background ,monokai-gray))
-      (,monokai-256-class  (:background ,monokai-256-gray))))
+     ((,monokai-class (:background ,monokai-background))
+      (,monokai-256-class  (:background ,monokai-256-background))))
 
    ;; header-line
    `(header-line



reply via email to

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