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

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

[nongnu] elpa/monokai-theme 2e89bf7 162/207: Correct fringe 256 colors,


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme 2e89bf7 162/207: Correct fringe 256 colors, add more defs
Date: Thu, 21 Oct 2021 18:07:53 -0400 (EDT)

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

    Correct fringe 256 colors, add more defs
---
 monokai-theme.el | 24 +++++++++++++++++++++---
 1 file changed, 21 insertions(+), 3 deletions(-)

diff --git a/monokai-theme.el b/monokai-theme.el
index f844947..7e542f8 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -4613,13 +4613,31 @@ Also affects 'linum-mode' background."
    ;; realgud
    `(realgud-overlay-arrow1
      ((,monokai-class (:foreground ,monokai-green-d))
-      (,monokai-256-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-yellow-d))))
+      (,monokai-256-class  (:foreground ,monokai-256-yellow-d))))
    `(realgud-overlay-arrow3
      ((,monokai-class (:foreground ,monokai-orange-d))
-      (,monokai-256-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



reply via email to

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