diff options
| author | rocky | 2017-07-05 10:36:31 -0400 |
|---|---|---|
| committer | rocky | 2017-07-05 10:36:31 -0400 |
| commit | 66dd3dc0eae6944630a467d658adacc6e5976f4e (patch) | |
| tree | d9d3b7785d48c97bc642473b05abc6c9f3526b61 /etc | |
| parent | 5d62247323f53f3ae9c7d9f51e951635887b2fb6 (diff) | |
| download | emacs-66dd3dc0eae6944630a467d658adacc6e5976f4e.tar.gz emacs-66dd3dc0eae6944630a467d658adacc6e5976f4e.zip | |
Add realgud face definitions
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/themes/manoj-dark-theme.el | 12 |
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")))) |