Skip to content

Commit 160241d

Browse files
committed
Change magit and diff removed to red
1 parent 35ae4b6 commit 160241d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tomorrow-night-deepblue-theme.el

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ names to which it refers are bound."
375375
(diff-indicator-removed ((,class (:inherit diff-removed))))
376376
(diff-refine-added ((,class (:background ,darkblue))))
377377
(diff-refine-removed ((,class (:foreground ,red))))
378-
(diff-removed ((,class (:foreground ,orange :extend t))))
378+
(diff-removed ((,class (:foreground ,red :extend t))))
379379
;; (diff-removed ((,class (:foreground ,red))))
380380
(dired-async-failures ((,class (:inherit error))))
381381
(dired-async-message ((,class (:inherit success))))
@@ -940,10 +940,10 @@ names to which it refers are bound."
940940
(magit-diff-hunk-heading ((,class (:foreground ,foreground :background ,contrast-bg :extend t))))
941941
(magit-diff-hunk-heading-highlight ((,class (:background ,contrast-bg :extend t))))
942942
(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))))
945945
(magit-diffstat-added ((,class (:foreground ,green))))
946-
(magit-diffstat-removed ((,class (:foreground ,orange))))
946+
(magit-diffstat-removed ((,class (:foreground ,red))))
947947
(magit-dimmed ((,class (:foreground ,comment))))
948948
(magit-filename ((,class (:foreground ,purple))))
949949
(magit-hash ((,class (:foreground ,comment))))

tomorrow-night-deepblue-theme.elc

148 KB
Binary file not shown.

0 commit comments

Comments
 (0)