aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTassilo Horn2011-01-12 17:19:36 +0100
committerTassilo Horn2011-01-12 17:19:36 +0100
commit1b71db167e19ecf32b563dda6dd6e2b92b450b79 (patch)
tree5b68ce5f342231c0e27708cebc331ee58c212071
parent03d32f1b2263270b75a0b3324c52c39965345665 (diff)
downloademacs-1b71db167e19ecf32b563dda6dd6e2b92b450b79.tar.gz
emacs-1b71db167e19ecf32b563dda6dd6e2b92b450b79.zip
Better diff faces on dark background.
-rw-r--r--etc/themes/tsdh-dark-theme.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/themes/tsdh-dark-theme.el b/etc/themes/tsdh-dark-theme.el
index 4fe86987d87..cc1e86b3306 100644
--- a/etc/themes/tsdh-dark-theme.el
+++ b/etc/themes/tsdh-dark-theme.el
@@ -25,12 +25,12 @@
25(custom-theme-set-faces 25(custom-theme-set-faces
26 'tsdh-dark 26 'tsdh-dark
27 '(default ((t (:background "gray20" :foreground "white smoke")))) 27 '(default ((t (:background "gray20" :foreground "white smoke"))))
28 '(diff-added ((t (:inherit diff-changed :background "light green")))) 28 '(diff-added ((t (:inherit diff-changed :background "dark green"))))
29 '(diff-changed ((t (:background "light steel blue")))) 29 '(diff-changed ((t (:background "midnight blue"))))
30 '(diff-indicator-added ((t (:inherit diff-indicator-changed)))) 30 '(diff-indicator-added ((t (:inherit diff-indicator-changed))))
31 '(diff-indicator-changed ((t (:weight bold)))) 31 '(diff-indicator-changed ((t (:weight bold))))
32 '(diff-indicator-removed ((t (:inherit diff-indicator-changed)))) 32 '(diff-indicator-removed ((t (:inherit diff-indicator-changed))))
33 '(diff-removed ((t (:inherit diff-changed :background "sandy brown")))) 33 '(diff-removed ((t (:inherit diff-changed :background "dark red"))))
34 '(dired-directory ((t (:inherit font-lock-function-name-face :weight bold)))) 34 '(dired-directory ((t (:inherit font-lock-function-name-face :weight bold))))
35 '(hl-line ((t (:background "grey28")))) 35 '(hl-line ((t (:background "grey28"))))
36 '(message-header-subject ((t (:foreground "SkyBlue")))) 36 '(message-header-subject ((t (:foreground "SkyBlue"))))