From 5baece8dadca5f3493c59ddf11c9ec8024ed1651 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=87=92=E6=87=92=E7=86=8A?= Date: Sat, 14 May 2022 19:54:37 +0800 Subject: [PATCH] Fix Diffs hard to read with cursorline over text Fix the problem Diffs hard to read with cursorline over text, https://github.com/dracula/vim/issues/130 --- colors/dracula.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/dracula.vim b/colors/dracula.vim index 67d36f4..7f24efa 100644 --- a/colors/dracula.vim +++ b/colors/dracula.vim @@ -198,7 +198,7 @@ call s:h('DraculaWinSeparator', s:comment, s:bgdark) call s:h('DraculaLink', s:cyan, s:none, [s:attrs.underline]) call s:h('DraculaDiffChange', s:orange, s:none) -call s:h('DraculaDiffText', s:bg, s:orange) +call s:h('DraculaDiffText', s:orange, s:bg, ['reverse']) call s:h('DraculaDiffDelete', s:red, s:bgdark) " }}}2