]> git.eshelyaron.com Git - emacs.git/commitdiff
Add realgud faces faces to whiteboard...
authorR. Bernstein <rocky@gnu.org>
Sun, 9 Jul 2017 01:57:33 +0000 (21:57 -0400)
committerR. Bernstein <rocky@gnu.org>
Sun, 9 Jul 2017 01:58:44 +0000 (21:58 -0400)
Adjust wheatgrass to use underline for enabled/disabled breakpoints

etc/themes/wheatgrass-theme.el
etc/themes/whiteboard-theme.el

index 269c33a9650db0423938a2183067c42a3901b640..9ec532d9baa8bbd18fd9af966131fe248079972e 100644 (file)
@@ -75,8 +75,8 @@ of green, brown, and blue.")
    `(realgud-overlay-arrow3        ((,class (:foreground "wheat"))))
    `(realgud-bp-enabled-face       ((,class (:inherit error))))
    `(realgud-bp-disabled-face      ((,class (:foreground "dark slate gray"))))
-   `(realgud-bp-line-enabled-face  ((,class (:foreground "salmon"))))
-   `(realgud-bp-line-disabled-face ((,class (:foreground "dark slate gray"))))
+   `(realgud-bp-line-enabled-face  ((,class (:underline "SpringGreen3"))))
+   `(realgud-bp-line-disabled-face ((,class (:underline "salmon"))))
    `(realgud-file-name             ((,class (:foreground "dark khaki"))))
    `(realgud-line-number           ((,class (:foreground "dark cyan"))))
    `(realgud-backtrace-number      ((,class (:foreground "dark cyan" :weight bold))))))
index 5e2f466acc442cd39d612ddab4d7b471e01b505f..0192289a5bc1f147d57a0930da23b5a89c56f381 100644 (file)
    `(outline-4 ((,class (:foreground "RoyalBlue"))))
    `(outline-5 ((,class (:foreground "DeepSkyBlue"))))
    `(primary-selection ((,class (:background "blue3"))))
+   `(realgud-overlay-arrow1  ((,class (:foreground "DarkGreen"))))
+   `(realgud-overlay-arrow2  ((,class (:foreground "DarkOliveGreen"))))
+   `(realgud-overlay-arrow3  ((,class (:foreground "gray60"))))
+   `(realgud-bp-disabled-face      ((,class (:foreground "gray60"))))
+   `(realgud-bp-line-enabled-face  ((,class (:underline "red"))))
+   `(realgud-bp-line-disabled-face ((,class (:underline "gray60"))))
+   `(realgud-file-name             ((,class :foreground "DarkGreen")))
+   `(realgud-line-number           ((,class :foreground "blue3")))
+   `(realgud-backtrace-number      ((,class :foreground "blue3" :weight bold)))
+
    `(region ((,class (:background "SkyBlue1"))))
    `(show-paren-match-face ((,class (:background "dodgerblue1" :foreground "white"))))
    `(show-paren-mismatch-face ((,class (:background "red1" :foreground "white"))))