Realgud for tango themes
authorR. Bernstein <rocky@gnu.org>
Sun, 16 Jul 2017 07:51:28 +0000 (03:51 -0400)
committerR. Bernstein <rocky@gnu.org>
Sun, 16 Jul 2017 07:51:28 +0000 (03:51 -0400)
etc/themes/tango-dark-theme.el
etc/themes/tango-theme.el

index ba7484c8cee580e93d1c5c21a5d50928c8ed4237..91bda4428697d620d171fe7429ae0fbf1fe6af92 100644 (file)
@@ -140,6 +140,16 @@ Semantic, and Ansi-Color faces are included.")
    ;; Flyspell faces
    `(flyspell-duplicate ((,class (:underline ,orange-1))))
    `(flyspell-incorrect ((,class (:underline ,red-1))))
+   ;; Realgud
+   `(realgud-overlay-arrow1  ((,class (:foreground "green"))))
+   `(realgud-overlay-arrow2  ((,class (:foreground ,orange-1))))
+   `(realgud-overlay-arrow3  ((,class (:foreground ,plum-0))))
+   `(realgud-bp-disabled-face      ((,class (:foreground ,blue-3))))
+   `(realgud-bp-line-enabled-face  ((,class (:underline "red"))))
+   `(realgud-bp-line-disabled-face ((,class (:underline ,blue-3))))
+   `(realgud-file-name             ((,class :foreground ,blue-1)))
+   `(realgud-line-number           ((,class :foreground ,plum-0)))
+   `(realgud-backtrace-number      ((,class :foreground ,plum-0 :weight bold)))
    ;; Semantic faces
    `(semantic-decoration-on-includes ((,class (:underline ,alum-4))))
    `(semantic-decoration-on-private-members-face
index 50b8a964fb2ec0dfa7606871b61d6d7fa23ec64f..9f7c0c29407ead46ec5ce33cd4a4f4aff3355227 100644 (file)
@@ -124,6 +124,16 @@ Semantic, and Ansi-Color faces are included.")
    ;; Flyspell
    `(flyspell-duplicate ((,class (:underline ,orange-1))))
    `(flyspell-incorrect ((,class (:underline ,red-1))))
+   ;; Realgud
+   `(realgud-overlay-arrow1  ((,class (:foreground "dark green"))))
+   `(realgud-overlay-arrow2  ((,class (:foreground "#7a4c02"))))
+   `(realgud-overlay-arrow3  ((,class (:foreground ,orange-1))))
+   `(realgud-bp-disabled-face      ((,class (:foreground ,plum-1))))
+   `(realgud-bp-line-enabled-face  ((,class (:underline "red"))))
+   `(realgud-bp-line-disabled-face ((,class (:underline ,plum-1))))
+   `(realgud-file-name             ((,class :foreground "dark green")))
+   `(realgud-line-number           ((,class :foreground ,blue-3)))
+   `(realgud-backtrace-number      ((,class :foreground ,blue-3 :weight bold)))
    ;; Semantic faces
    `(semantic-decoration-on-includes ((,class (:underline  ,cham-4))))
    `(semantic-decoration-on-private-members-face