branch: elpa/alect-themes
commit d1d19c76393ffe80fb11c6837e8582c3cb087d40
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Add support for 'realgud'
This is an improved version of
<https://github.com/alezost/alect-themes/pull/8>.
---
README.md | 2 ++
alect-themes.el | 13 +++++++++++++
2 files changed, 15 insertions(+)
diff --git a/README.md b/README.md
index f763ede..d820c0b 100644
--- a/README.md
+++ b/README.md
@@ -81,6 +81,7 @@ supported (themed):
- [markdown](http://jblevins.org/projects/markdown-mode/)
- [mu4e](https://github.com/djcb/mu)
- [powerline](https://github.com/milkypostman/powerline)
+- [realgud](https://github.com/realgud/realgud)
- [sauron](https:/github.com/djcb/sauron)
- [slime](https://common-lisp.net/project/slime/)
- [sunrise-commander](https:/github.com/escherdragon/sunrise-commander)
@@ -462,4 +463,5 @@ to their authors.
The following people helped to improve the themes:
- Davor Rotim
+- Rocky Bernstein
- Thomas S. Dye
diff --git a/alect-themes.el b/alect-themes.el
index 4835c94..bb57a54 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1427,6 +1427,19 @@ For INVERT, see `alect-get-color'."
(rainbow-delimiters-depth-11-face ((,c :foreground ,(gc 'green))))
(rainbow-delimiters-depth-12-face ((,c :foreground ,(gc 'cyan+2))))
+ ;; realgud
+ (realgud-overlay-arrow1 ((,c (:foreground ,(gc 'fg+2)))))
+ (realgud-overlay-arrow2 ((,c (:foreground ,(gc 'green-1)))))
+ (realgud-overlay-arrow3 ((,c (:foreground ,(gc 'green-bg-1)))))
+ (realgud-bp-enabled-face ((,c (:foreground ,(gc 'red)))))
+ (realgud-bp-disabled-face ((,c (:foreground ,(gc 'gray)))))
+ (realgud-bp-line-enabled-face ((,c (:background ,(gc 'red-bg+1)))))
+ (realgud-bp-line-disabled-face ((,c)))
+ (realgud-file-name ((,c :foreground ,(gc 'green+1))))
+ (realgud-line-number ((,c :foreground ,(gc 'yellow))))
+ (realgud-backtrace-number ((,c :foreground ,(gc 'fg+2)
+ :weight bold)))
+
;; rcirc
(rcirc-my-nick ((,c :foreground ,(gc 'blue))))
(rcirc-other-nick ((,c :foreground ,(gc 'fg-2))))