diff options
| author | R. Bernstein | 2017-07-16 03:51:28 -0400 |
|---|---|---|
| committer | R. Bernstein | 2017-07-16 03:51:28 -0400 |
| commit | 7942679e3a5c599e5d3a287010ee134889ce6f83 (patch) | |
| tree | eb6d6844977995444fe4cefda35c47beb4318378 | |
| parent | 7a0fb008193960a7605e32bf0e72e8410e44f575 (diff) | |
| download | emacs-7942679e3a5c599e5d3a287010ee134889ce6f83.tar.gz emacs-7942679e3a5c599e5d3a287010ee134889ce6f83.zip | |
Realgud for tango themes
| -rw-r--r-- | etc/themes/tango-dark-theme.el | 10 | ||||
| -rw-r--r-- | etc/themes/tango-theme.el | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/etc/themes/tango-dark-theme.el b/etc/themes/tango-dark-theme.el index ba7484c8cee..91bda442869 100644 --- a/etc/themes/tango-dark-theme.el +++ b/etc/themes/tango-dark-theme.el | |||
| @@ -140,6 +140,16 @@ Semantic, and Ansi-Color faces are included.") | |||
| 140 | ;; Flyspell faces | 140 | ;; Flyspell faces |
| 141 | `(flyspell-duplicate ((,class (:underline ,orange-1)))) | 141 | `(flyspell-duplicate ((,class (:underline ,orange-1)))) |
| 142 | `(flyspell-incorrect ((,class (:underline ,red-1)))) | 142 | `(flyspell-incorrect ((,class (:underline ,red-1)))) |
| 143 | ;; Realgud | ||
| 144 | `(realgud-overlay-arrow1 ((,class (:foreground "green")))) | ||
| 145 | `(realgud-overlay-arrow2 ((,class (:foreground ,orange-1)))) | ||
| 146 | `(realgud-overlay-arrow3 ((,class (:foreground ,plum-0)))) | ||
| 147 | `(realgud-bp-disabled-face ((,class (:foreground ,blue-3)))) | ||
| 148 | `(realgud-bp-line-enabled-face ((,class (:underline "red")))) | ||
| 149 | `(realgud-bp-line-disabled-face ((,class (:underline ,blue-3)))) | ||
| 150 | `(realgud-file-name ((,class :foreground ,blue-1))) | ||
| 151 | `(realgud-line-number ((,class :foreground ,plum-0))) | ||
| 152 | `(realgud-backtrace-number ((,class :foreground ,plum-0 :weight bold))) | ||
| 143 | ;; Semantic faces | 153 | ;; Semantic faces |
| 144 | `(semantic-decoration-on-includes ((,class (:underline ,alum-4)))) | 154 | `(semantic-decoration-on-includes ((,class (:underline ,alum-4)))) |
| 145 | `(semantic-decoration-on-private-members-face | 155 | `(semantic-decoration-on-private-members-face |
diff --git a/etc/themes/tango-theme.el b/etc/themes/tango-theme.el index 50b8a964fb2..9f7c0c29407 100644 --- a/etc/themes/tango-theme.el +++ b/etc/themes/tango-theme.el | |||
| @@ -124,6 +124,16 @@ Semantic, and Ansi-Color faces are included.") | |||
| 124 | ;; Flyspell | 124 | ;; Flyspell |
| 125 | `(flyspell-duplicate ((,class (:underline ,orange-1)))) | 125 | `(flyspell-duplicate ((,class (:underline ,orange-1)))) |
| 126 | `(flyspell-incorrect ((,class (:underline ,red-1)))) | 126 | `(flyspell-incorrect ((,class (:underline ,red-1)))) |
| 127 | ;; Realgud | ||
| 128 | `(realgud-overlay-arrow1 ((,class (:foreground "dark green")))) | ||
| 129 | `(realgud-overlay-arrow2 ((,class (:foreground "#7a4c02")))) | ||
| 130 | `(realgud-overlay-arrow3 ((,class (:foreground ,orange-1)))) | ||
| 131 | `(realgud-bp-disabled-face ((,class (:foreground ,plum-1)))) | ||
| 132 | `(realgud-bp-line-enabled-face ((,class (:underline "red")))) | ||
| 133 | `(realgud-bp-line-disabled-face ((,class (:underline ,plum-1)))) | ||
| 134 | `(realgud-file-name ((,class :foreground "dark green"))) | ||
| 135 | `(realgud-line-number ((,class :foreground ,blue-3))) | ||
| 136 | `(realgud-backtrace-number ((,class :foreground ,blue-3 :weight bold))) | ||
| 127 | ;; Semantic faces | 137 | ;; Semantic faces |
| 128 | `(semantic-decoration-on-includes ((,class (:underline ,cham-4)))) | 138 | `(semantic-decoration-on-includes ((,class (:underline ,cham-4)))) |
| 129 | `(semantic-decoration-on-private-members-face | 139 | `(semantic-decoration-on-private-members-face |