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

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

[nongnu] elpa/monokai-theme 71bcced 164/207: Remove extraneous parenthes


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme 71bcced 164/207: Remove extraneous parenthesis
Date: Thu, 21 Oct 2021 18:07:54 -0400 (EDT)

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

    Remove extraneous parenthesis
    
    Fixes #77
    
    I didn't spot the extras during a review of a previous PR.
---
 monokai-theme.el | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/monokai-theme.el b/monokai-theme.el
index 7e542f8..90ae8ec 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -4614,30 +4614,40 @@ Also affects 'linum-mode' background."
    `(realgud-overlay-arrow1
      ((,monokai-class (:foreground ,monokai-green-d))
       (,monokai-256-class  (:foreground ,monokai-256-green-d))))
+
    `(realgud-overlay-arrow2
      ((,monokai-class (:foreground ,monokai-yellow-d))
       (,monokai-256-class  (:foreground ,monokai-256-yellow-d))))
+
    `(realgud-overlay-arrow3
      ((,monokai-class (:foreground ,monokai-orange-d))
       (,monokai-256-class  (:foreground ,monokai-256-orange-d))))
+
    `(realgud-bp-enabled-face
      ((,monokai-class (:inherit error)))
      ((,monokai-256-class (:inherit error))))
+
    `(realgud-bp-disabled-face
      ((,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))))
+
    `(realgud-bp-line-disabled-face
      ((,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))))
+
    `(realgud-backtrace-number
-     ((,monokai-class (:foreground ,monokai-yellow-d :weight bold)))))
-     ((,monokai-256-class (:foreground ,monokai-256-yellow :weight bold))))))
+     ((,monokai-class (:foreground ,monokai-yellow-d
+                                   :weight bold)))
+     ((,monokai-256-class (:foreground ,monokai-256-yellow
+                                       :weight bold))))
 
    ;; rhtm-mode
    `(erb-face



reply via email to

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