summaryrefslogtreecommitdiff
path: root/etc/themes
diff options
context:
space:
mode:
authorrocky <rb@dustyfeet.com>2017-07-05 10:36:31 -0400
committerrocky <rb@dustyfeet.com>2017-07-05 10:36:31 -0400
commit66dd3dc0eae6944630a467d658adacc6e5976f4e (patch)
treed9d3b7785d48c97bc642473b05abc6c9f3526b61 /etc/themes
parent5d62247323f53f3ae9c7d9f51e951635887b2fb6 (diff)
downloademacs-66dd3dc0eae6944630a467d658adacc6e5976f4e.tar.gz
Add realgud face definitions
Diffstat (limited to 'etc/themes')
-rw-r--r--etc/themes/manoj-dark-theme.el12
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/themes/manoj-dark-theme.el b/etc/themes/manoj-dark-theme.el
index 87a2af74f10..bbfeb83d53e 100644
--- a/etc/themes/manoj-dark-theme.el
+++ b/etc/themes/manoj-dark-theme.el
@@ -602,6 +602,18 @@ jarring angry fruit salad look to reduce eye fatigue.")
'(paren-no-match-face ((t (:bold t :background "white" :foreground "red"))))
'(query-replace ((t (:foreground "brown4" :background "palevioletred2"))))
'(region ((t (:background "blue3"))))
+
+ `(realgud-overlay-arrow1 ((t (:foreground "medium sea green"))))
+ `(realgud-overlay-arrow2 ((t (:foreground "white"))))
+ `(realgud-overlay-arrow3 ((t (:foreground "indian red"))))
+ `(realgud-bp-enabled-face ((t (:inherit error))))
+ `(realgud-bp-disabled-face ((t (:underline t))))
+ `(realgud-bp-line-enabled-face ((t (:foreground "orange"))))
+ `(realgud-bp-line-disabled-face ((t (:underline t))))
+ `(realgud-file-name ((t (:foreground "cyan"))))
+ `(realgud-line-number ((t (:foreground "yellow"))))
+ `(realgud-backtrace-number ((t (:foreground "yellow" :weight bold))))))
+
'(scroll-bar ((t (:background "grey75" :foreground "WhiteSmoke"))))
'(secondary-selection ((t (:background "SkyBlue4"))))
'(semantic-dirty-token-face ((t (:background "lightyellow"))))