aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.")
602 '(paren-no-match-face ((t (:bold t :background "white" :foreground "red")))) 602 '(paren-no-match-face ((t (:bold t :background "white" :foreground "red"))))
603 '(query-replace ((t (:foreground "brown4" :background "palevioletred2")))) 603 '(query-replace ((t (:foreground "brown4" :background "palevioletred2"))))
604 '(region ((t (:background "blue3")))) 604 '(region ((t (:background "blue3"))))
605
606 `(realgud-overlay-arrow1 ((t (:foreground "medium sea green"))))
607 `(realgud-overlay-arrow2 ((t (:foreground "white"))))
608 `(realgud-overlay-arrow3 ((t (:foreground "indian red"))))
609 `(realgud-bp-enabled-face ((t (:inherit error))))
610 `(realgud-bp-disabled-face ((t (:underline t))))
611 `(realgud-bp-line-enabled-face ((t (:foreground "orange"))))
612 `(realgud-bp-line-disabled-face ((t (:underline t))))
613 `(realgud-file-name ((t (:foreground "cyan"))))
614 `(realgud-line-number ((t (:foreground "yellow"))))
615 `(realgud-backtrace-number ((t (:foreground "yellow" :weight bold))))))
616
605 '(scroll-bar ((t (:background "grey75" :foreground "WhiteSmoke")))) 617 '(scroll-bar ((t (:background "grey75" :foreground "WhiteSmoke"))))
606 '(secondary-selection ((t (:background "SkyBlue4")))) 618 '(secondary-selection ((t (:background "SkyBlue4"))))
607 '(semantic-dirty-token-face ((t (:background "lightyellow")))) 619 '(semantic-dirty-token-face ((t (:background "lightyellow"))))