Skip to content

Commit 381d7ac

Browse files
ssnnoosvengreb
authored andcommitted
improve ediff readability
1 parent 7b038dd commit 381d7ac

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
@@ -190,6 +190,16 @@
190190
`(diff-refine-removed ((,class (:foreground ,nord11))))
191191
`(diff-removed ((,class (:foreground ,nord11))))
192192

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

0 commit comments

Comments
 (0)