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

    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