From 59d16f4673d6af6e83651af7702d004d311d8beb Mon Sep 17 00:00:00 2001 From: etorth Date: Fri, 28 Oct 2022 09:00:12 -0700 Subject: [PATCH] document g:dracula_high_contrast_diff --- doc/dracula.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/dracula.txt b/doc/dracula.txt index 9becf93..80e44f1 100644 --- a/doc/dracula.txt +++ b/doc/dracula.txt @@ -93,6 +93,11 @@ terminal emulators, set to 1 to allow underline/undercurl highlights without changing the foreground color. > let g:dracula_full_special_attrs_support = 1 +* *g:dracula_high_contrast_diff* +Use high-contrast color when in diff mode. By default it is disabled, set to +1 to enable it. + let g:dracula_high_contrast_diff = 1 + * *g:dracula_inverse* Include inverse attributes in highlighting > let g:dracula_inverse = 1