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

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

[nongnu] elpa/monokai-theme 7f3c7d5 161/207: Set fringe arrow colors for


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme 7f3c7d5 161/207: Set fringe arrow colors for realgud
Date: Thu, 21 Oct 2021 18:07:53 -0400 (EDT)

branch: elpa/monokai-theme
commit 7f3c7d5e32dbcae238224618e504bd6ac43e7d6d
Author: rocky <rb@dustyfeet.com>
Commit: rocky <rb@dustyfeet.com>

    Set fringe arrow colors for realgud
---
 monokai-theme.el | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/monokai-theme.el b/monokai-theme.el
index 5d16704..f844947 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -4610,6 +4610,17 @@ 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-green-d))))
+   `(realgud-overlay-arrow2
+     ((,monokai-class (:foreground ,monokai-yellow-d))
+      (,monokai-256-class  (:foreground ,monokai-yellow-d))))
+   `(realgud-overlay-arrow3
+     ((,monokai-class (:foreground ,monokai-orange-d))
+      (,monokai-256-class  (:foreground ,monokai-orange-d))))
+
    ;; rhtm-mode
    `(erb-face
      ((,monokai-class (:foreground ,monokai-emphasis



reply via email to

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