branch: elpa/monokai-theme
commit 2e89bf70c348e9aab21b4adcdb31c6ec81c5e201
Author: rocky <[email protected]>
Commit: rocky <[email protected]>

    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