]> git.eshelyaron.com Git - emacs.git/commitdiff
Add realgud faces
authorR. Bernstein <rocky@gnu.org>
Mon, 3 Jul 2017 12:29:05 +0000 (08:29 -0400)
committerR. Bernstein <rocky@gnu.org>
Mon, 3 Jul 2017 12:29:05 +0000 (08:29 -0400)
etc/themes/wheatgrass-theme.el

index 291e839d3bc6f580a68ad9dc5e243160e92f850b..269c33a9650db0423938a2183067c42a3901b640 100644 (file)
@@ -68,7 +68,18 @@ of green, brown, and blue.")
    `(message-header-subject ((,class (:foreground "pale turquoise"))))
    `(message-header-to ((,class (:foreground "pale green"))))
    `(message-cited-text ((,class (:foreground "SpringGreen3"))))
-   `(message-separator ((,class (:foreground "deep sky blue"))))))
+   `(message-separator ((,class (:foreground "deep sky blue"))))
+   ;; Realgud faces
+   `(realgud-overlay-arrow1        ((,class (:foreground "SpringGreen3"))))
+   `(realgud-overlay-arrow2        ((,class (:foreground "white"))))
+   `(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-file-name             ((,class (:foreground "dark khaki"))))
+   `(realgud-line-number           ((,class (:foreground "dark cyan"))))
+   `(realgud-backtrace-number      ((,class (:foreground "dark cyan" :weight bold))))))
 
 (provide-theme 'wheatgrass)