summaryrefslogtreecommitdiff
path: root/etc/themes/tsdh-dark-theme.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2017-07-14 19:46:44 -0400
committerGlenn Morris <rgm@gnu.org>2017-07-14 19:46:44 -0400
commit89c5d59280edaf89b959597a39d848b54c36975a (patch)
treefb445946b4102a466bbc707d0ae52ff335042f6a /etc/themes/tsdh-dark-theme.el
parent05b8b866993b957f5fd575846cf8ea3035e60f7e (diff)
downloademacs-89c5d59280edaf89b959597a39d848b54c36975a.tar.gz
Fix recent theme changes
* etc/themes/manoj-dark-theme.el, etc/themes/tsdh-dark-theme.el: Fix typos in recent changes.
Diffstat (limited to 'etc/themes/tsdh-dark-theme.el')
-rw-r--r--etc/themes/tsdh-dark-theme.el20
1 files changed, 10 insertions, 10 deletions
diff --git a/etc/themes/tsdh-dark-theme.el b/etc/themes/tsdh-dark-theme.el
index 4f48854d449..3890fe0010c 100644
--- a/etc/themes/tsdh-dark-theme.el
+++ b/etc/themes/tsdh-dark-theme.el
@@ -118,16 +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))))))
+ '(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)