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

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

[nongnu] elpa/monokai-theme c5a7978 207/207: Fix some monokai-256-class


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme c5a7978 207/207: Fix some monokai-256-class faces (#106)
Date: Thu, 21 Oct 2021 18:08:03 -0400 (EDT)

branch: elpa/monokai-theme
commit c5a7978bfc2ad2aa90882e6b2583668dc7b3e1a5
Author: Konstantinos Natsakis <5933427+knatsakis@users.noreply.github.com>
Commit: GitHub <noreply@github.com>

    Fix some monokai-256-class faces (#106)
---
 monokai-theme.el | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/monokai-theme.el b/monokai-theme.el
index c382417..38ed178 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -2745,8 +2745,8 @@ Also affects 'linum-mode' background."
       (,monokai-256-class (:foreground ,monokai-256-orange))))
 
    `(helm-grep-match
-     ((,monokai-class (:inherit helm-match)))
-     ((,monokai-256-class (:inherit helm-match))))
+     ((,monokai-class (:inherit helm-match))
+      (,monokai-256-class (:inherit helm-match))))
 
    `(helm-grep-running
      ((,monokai-class (:foreground ,monokai-red))
@@ -4564,8 +4564,8 @@ Also affects 'linum-mode' background."
 
    `(org-todo
      ((,monokai-class (:foreground ,monokai-red
-                                   :weight bold)))
-     ((,monokai-256-class (:foreground ,monokai-256-red
+                                   :weight bold))
+      (,monokai-256-class (:foreground ,monokai-256-red
                                         :weight bold))))
 
    `(org-upcoming-deadline
@@ -4859,29 +4859,29 @@ Also affects 'linum-mode' background."
       (,monokai-256-class (:foreground ,monokai-256-orange-d))))
 
    `(realgud-bp-enabled-face
-     ((,monokai-class (:inherit error)))
-     ((,monokai-256-class (:inherit error))))
+     ((,monokai-class (:inherit error))
+      (,monokai-256-class (:inherit error))))
 
    `(realgud-bp-disabled-face
-     ((,monokai-class (:inherit secondary-selection)))
-     ((,monokai-256-class (:inherit secondary-selection))))
+     ((,monokai-class (:inherit secondary-selection))
+      (,monokai-256-class (:inherit secondary-selection))))
 
    `(realgud-bp-line-enabled-face
-     ((,monokai-class (:foreground ,monokai-red-d)))
-     ((,monokai-256-class (:foreground ,monokai-256-red-d))))
+     ((,monokai-class (:foreground ,monokai-red-d))
+      (,monokai-256-class (:foreground ,monokai-256-red-d))))
 
    `(realgud-bp-line-disabled-face
-     ((,monokai-class (:inherit secondary-selection)))
-     ((,monokai-256-class (:inherit secondary-selection))))
+     ((,monokai-class (:inherit secondary-selection))
+      (,monokai-256-class (:inherit secondary-selection))))
 
    `(realgud-line-number
-     ((,monokai-class (:inerhit monokai-line-number)))
-     ((,monokai-256-class (:inerhit monokai-line-number))))
+     ((,monokai-class (:inerhit monokai-line-number))
+      (,monokai-256-class (:inerhit monokai-line-number))))
 
    `(realgud-backtrace-number
      ((,monokai-class (:foreground ,monokai-yellow-d
-                                   :weight bold)))
-     ((,monokai-256-class (:foreground ,monokai-256-yellow
+                                   :weight bold))
+      (,monokai-256-class (:foreground ,monokai-256-yellow
                                        :weight bold))))
 
    ;; rhtm-mode



reply via email to

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