Better diff faces on dark background.
This commit is contained in:
parent
03d32f1b22
commit
1b71db167e
1 changed files with 3 additions and 3 deletions
|
@ -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"))))
|
||||
|
|
Loading…
Add table
Reference in a new issue