branch: elpa/monokai-theme
commit d9ef39cecd3a47f8da0efd886864ba1acb780aa6
Merge: 46fe076 2e89bf7
Author: Kelvin Smith <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #76 from realgud/realgud-fringe-arrows
    
    Set fringe arrow colors for realgud
---
 monokai-theme.el | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/monokai-theme.el b/monokai-theme.el
index 5d16704..7e542f8 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -4610,6 +4610,35 @@ Also affects 'linum-mode' background."
                                         :background ,monokai-256-background
                                         :inverse-video t))))
 
+   ;; realgud
+   `(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))))))
+
    ;; rhtm-mode
    `(erb-face
      ((,monokai-class (:foreground ,monokai-emphasis

Reply via email to