[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r102825: Better diff faces on dark ba
From: |
Tassilo Horn |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r102825: Better diff faces on dark background. |
Date: |
Wed, 12 Jan 2011 17:19:36 +0100 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 102825
committer: Tassilo Horn <address@hidden>
branch nick: trunk
timestamp: Wed 2011-01-12 17:19:36 +0100
message:
Better diff faces on dark background.
modified:
etc/themes/tsdh-dark-theme.el
=== modified file 'etc/themes/tsdh-dark-theme.el'
--- a/etc/themes/tsdh-dark-theme.el 2011-01-09 17:49:25 +0000
+++ b/etc/themes/tsdh-dark-theme.el 2011-01-12 16:19:36 +0000
@@ -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"))))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r102825: Better diff faces on dark background.,
Tassilo Horn <=