@@ -375,7 +375,7 @@ names to which it refers are bound."
375
375
(diff-indicator-removed ((, class (:inherit diff-removed ))))
376
376
(diff-refine-added ((, class (:background , darkblue ))))
377
377
(diff-refine-removed ((, class (:foreground , red ))))
378
- (diff-removed ((, class (:foreground , orange :extend t ))))
378
+ (diff-removed ((, class (:foreground , red :extend t ))))
379
379
; ; (diff-removed ((,class (:foreground ,red))))
380
380
(dired-async-failures ((, class (:inherit error ))))
381
381
(dired-async-message ((, class (:inherit success ))))
@@ -940,10 +940,10 @@ names to which it refers are bound."
940
940
(magit-diff-hunk-heading ((, class (:foreground , foreground :background , contrast-bg :extend t ))))
941
941
(magit-diff-hunk-heading-highlight ((, class (:background , contrast-bg :extend t ))))
942
942
(magit-diff-lines-heading ((, class (:foreground , yellow :background , red :extend t ))))
943
- (magit-diff-removed ((, class (:foreground , orange :extend t ))))
944
- (magit-diff-removed-highlight ((, class (:foreground , orange :background , highlight :extend t ))))
943
+ (magit-diff-removed ((, class (:foreground , red :extend t ))))
944
+ (magit-diff-removed-highlight ((, class (:foreground , red :background , highlight :extend t ))))
945
945
(magit-diffstat-added ((, class (:foreground , green ))))
946
- (magit-diffstat-removed ((, class (:foreground , orange ))))
946
+ (magit-diffstat-removed ((, class (:foreground , red ))))
947
947
(magit-dimmed ((, class (:foreground , comment ))))
948
948
(magit-filename ((, class (:foreground , purple ))))
949
949
(magit-hash ((, class (:foreground , comment ))))
0 commit comments