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

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

[nongnu] elpa/monokai-theme d9ef39c 163/207: Merge pull request #76 from


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme d9ef39c 163/207: Merge pull request #76 from realgud/realgud-fringe-arrows
Date: Thu, 21 Oct 2021 18:07:54 -0400 (EDT)

branch: elpa/monokai-theme
commit d9ef39cecd3a47f8da0efd886864ba1acb780aa6
Merge: 46fe076 2e89bf7
Author: Kelvin Smith <onekelvinsmith@gmail.com>
Commit: GitHub <noreply@github.com>

    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

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