aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/themes/tsdh-light-theme.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/themes/tsdh-light-theme.el b/etc/themes/tsdh-light-theme.el
index 6555e49d9bb..397885ae9f0 100644
--- a/etc/themes/tsdh-light-theme.el
+++ b/etc/themes/tsdh-light-theme.el
@@ -26,7 +26,8 @@ Used and created by Tassilo Horn.")
26(custom-theme-set-faces 26(custom-theme-set-faces
27 'tsdh-light 27 'tsdh-light
28 '(Info-quoted ((t (:weight bold)))) 28 '(Info-quoted ((t (:weight bold))))
29 '(ace-jump-face-foreground ((t (:foreground "DeepPink" :box (:line-width -1 :color "grey75") :weight bold)))) 29 '(ace-jump-face-foreground ((t (:foreground "DeepPink" :box nil :weight bold))))
30 '(aw-leading-char-face ((t (:inherit ace-jump-face-foreground))))
30 '(default ((t (:background "white" :foreground "black")))) 31 '(default ((t (:background "white" :foreground "black"))))
31 '(diff-added ((t (:inherit diff-changed :background "light green")))) 32 '(diff-added ((t (:inherit diff-changed :background "light green"))))
32 '(diff-changed ((t (:background "light steel blue")))) 33 '(diff-changed ((t (:background "light steel blue"))))