We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f5b646 commit 6ab52beCopy full SHA for 6ab52be
nord-theme.el
@@ -191,6 +191,16 @@
191
`(diff-refine-removed ((,class (:foreground ,nord11))))
192
`(diff-removed ((,class (:foreground ,nord11))))
193
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
+
204
;; +--- UI ---+
205
`(border ((,class (:foreground ,nord4))))
206
`(buffer-menu-buffer ((,class (:foreground ,nord4 :weight bold))))
0 commit comments