]> git.eshelyaron.com Git - emacs.git/commitdiff
Add realgud faces to tdsh-dark-theme
authorrocky <rb@dustyfeet.com>
Wed, 5 Jul 2017 02:37:52 +0000 (22:37 -0400)
committerrocky <rb@dustyfeet.com>
Wed, 5 Jul 2017 02:37:52 +0000 (22:37 -0400)
etc/themes/tsdh-dark-theme.el

index cd94a71bd38e1f5a599fd1e51033ee737237683c..4f48854d4493d5af7159b4988abe4371f1e3061f 100644 (file)
  '(outline-6 ((t (:foreground "light salmon" :weight bold))))
  '(outline-7 ((t (:foreground "pale goldenrod" :weight bold))))
  '(outline-8 ((t (:foreground "OliveDrab1" :weight bold))))
+ `(realgud-overlay-arrow1        ((t (:foreground "medium spring green"))))
+ `(realgud-overlay-arrow2        ((t (:foreground "OliveDrab1"))))
+ `(realgud-overlay-arrow3        ((t (:foreground "light salmon"))))
+ `(realgud-bp-enabled-face       ((t (:inherit error))))
+ `(realgud-bp-disabled-face      ((t (:foreground "gray35"))))
+ `(realgud-bp-line-enabled-face  ((t (:foreground "light salmon"))))
+ `(realgud-bp-line-disabled-face ((t (:foreground "medium spring green"))))
+ `(realgud-file-name             ((t (:foreground "dark khaki"))))
+ `(realgud-line-number           ((t (:foreground "cyan3"))))
+ `(realgud-backtrace-number      ((t (:foreground "cyan3" :weight bold))))))
  '(rcirc-my-nick ((t (:foreground "SpringGreen1" :weight bold))) t)
  '(rcirc-other-nick ((t (:foreground "dodger blue"))) t)
  '(rcirc-track-keyword ((t (:foreground "DodgerBlue" :weight bold))) t)