Skip to content

Commit 6ab52be

Browse files
committed
improve ediff readability
1 parent 4f5b646 commit 6ab52be

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

nord-theme.el

+10
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,16 @@
191191
`(diff-refine-removed ((,class (:foreground ,nord11))))
192192
`(diff-removed ((,class (:foreground ,nord11))))
193193

194+
;; > diff
195+
`(ediff-even-diff-A ((,class (:background ,nord1))))
196+
`(ediff-even-diff-Ancestor ((,class (:background ,nord1))))
197+
`(ediff-even-diff-B ((,class (:background ,nord1))))
198+
`(ediff-even-diff-C ((,class (:background ,nord1))))
199+
`(ediff-odd-diff-A ((,class (:background ,nord2))))
200+
`(ediff-odd-diff-Ancestor ((,class (:background ,nord2))))
201+
`(ediff-odd-diff-B ((,class (:background ,nord2))))
202+
`(ediff-odd-diff-C ((,class (:background ,nord2))))
203+
194204
;; +--- UI ---+
195205
`(border ((,class (:foreground ,nord4))))
196206
`(buffer-menu-buffer ((,class (:foreground ,nord4 :weight bold))))

0 commit comments

Comments
 (0)