changeset 112196:7440cd13b8bf

Better diff faces on dark background.
author Tassilo Horn <tassilo@member.fsf.org>
date Wed, 12 Jan 2011 17:19:36 +0100
parents 0a2b87003c28
children b6c07b465755
files etc/themes/tsdh-dark-theme.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/etc/themes/tsdh-dark-theme.el	Wed Jan 12 08:35:04 2011 +0100
+++ b/etc/themes/tsdh-dark-theme.el	Wed Jan 12 17:19:36 2011 +0100
@@ -25,12 +25,12 @@
 (custom-theme-set-faces
  'tsdh-dark
  '(default ((t (:background "gray20" :foreground "white smoke"))))
- '(diff-added ((t (:inherit diff-changed :background "light green"))))
- '(diff-changed ((t (:background "light steel blue"))))
+ '(diff-added ((t (:inherit diff-changed :background "dark green"))))
+ '(diff-changed ((t (:background "midnight blue"))))
  '(diff-indicator-added ((t (:inherit diff-indicator-changed))))
  '(diff-indicator-changed ((t (:weight bold))))
  '(diff-indicator-removed ((t (:inherit diff-indicator-changed))))
- '(diff-removed ((t (:inherit diff-changed :background "sandy brown"))))
+ '(diff-removed ((t (:inherit diff-changed :background "dark red"))))
  '(dired-directory ((t (:inherit font-lock-function-name-face :weight bold))))
  '(hl-line ((t (:background "grey28"))))
  '(message-header-subject ((t (:foreground "SkyBlue"))))