Skip to content

Commit 8c5e4ef

Browse files
committed
feat(theme): refine magit diff colors
1 parent f1a5a82 commit 8c5e4ef

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

lisp/readable-mono-theme.el

+13-8
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,11 @@ For example links."
165165
(l-cursor readable-mono-theme-light-cursor)
166166

167167
(l-green "#eeedcb")
168-
(l-green-s "#d5d99d")
168+
(l-green-s "#d9d8b8")
169169
(l-red "#ffe1cb")
170-
(l-red-s "#ffb79f")
171-
(l-blue "#e6ebe7")
172-
(l-blue-s "#bfd2e6")
170+
(l-red-s "#e6cbb8")
171+
(l-blue "#c5d8ed")
172+
(l-blue-s "#b4c5d9")
173173

174174
(d-bg readable-mono-theme-dark-background)
175175
(d-bg-s readable-mono-theme-dark-secondary-background)
@@ -494,10 +494,15 @@ For example links."
494494
`(magit-diff-file-heading-selection ((t (:inherit region))))
495495
`(magit-diff-context ((t (:background unspecified))))
496496
`(magit-diff-context-highlight ((t (:inherit readable-mono-theme-secondary))))
497-
`(magit-diff-removed ((t (:inherit diff-removed))))
498-
`(magit-diff-removed-highlight ((t (:inherit diff-refine-removed))))
499-
`(magit-diff-added ((t (:inherit diff-added))))
500-
`(magit-diff-added-highlight ((t (:inherit diff-refine-added))))
497+
`(magit-diff-removed ((t (:inherit diff-refine-removed))))
498+
`(magit-diff-removed-highlight ((t (:inherit diff-removed))))
499+
`(magit-diff-added ((t (:inherit diff-refine-added))))
500+
`(magit-diff-added-highlight ((t (:inherit diff-added))))
501+
`(magit-diff-hunk-heading ((t (:inherit nil))))
502+
`(magit-diff-hunk-heading-highlight ((t (:inherit readable-mono-theme-secondary))))
503+
`(magit-diff-hunk-heading-selection ((t (:inherit region))))
504+
`(magit-diff-lines-boundary ((t (:inherit region))))
505+
`(magit-diff-lines-heading ((t (:inherit region))))
501506
`(magit-process-ok ((t (:inherit success))))
502507
`(magit-process-ng ((t (:inherit error))))
503508

0 commit comments

Comments
 (0)