[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 4448c83 1/2: Add realgud faces to tdsh-dark-theme
From: |
Rocky Bernstein |
Subject: |
[Emacs-diffs] master 4448c83 1/2: Add realgud faces to tdsh-dark-theme |
Date: |
Tue, 4 Jul 2017 22:39:50 -0400 (EDT) |
branch: master
commit 4448c83c95edcf29c0a051c695f2df2b115fd42a
Author: rocky <address@hidden>
Commit: rocky <address@hidden>
Add realgud faces to tdsh-dark-theme
---
etc/themes/tsdh-dark-theme.el | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/etc/themes/tsdh-dark-theme.el b/etc/themes/tsdh-dark-theme.el
index cd94a71..4f48854 100644
--- a/etc/themes/tsdh-dark-theme.el
+++ b/etc/themes/tsdh-dark-theme.el
@@ -118,6 +118,16 @@
'(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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master 4448c83 1/2: Add realgud faces to tdsh-dark-theme,
Rocky Bernstein <=