From fa16b1f1e04933aa9a28312e566d54040b8f4c3b Mon Sep 17 00:00:00 2001 From: Brian Mayer Date: Sun, 9 Sep 2018 19:56:43 -0300 Subject: [PATCH] Change specialKey from red to subtle (#102) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I use listings in vim, so it prints invisible characters. However the tab and the space characters are drawn in red, taking too much attention, so I decided to make them subtle. To activate the listing add this to your .vimrc file: set listchars=eol:¬,tab:>-,trail:~,extends:>,precedes:<,space:· set list So you can see the red is really disguising. --- colors/dracula.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/dracula.vim b/colors/dracula.vim index 5ef030c..e1e2737 100644 --- a/colors/dracula.vim +++ b/colors/dracula.vim @@ -321,7 +321,7 @@ hi! link Type DraculaCyanItalic hi! link Delimiter DraculaFg hi! link Special DraculaPink -hi! link SpecialKey DraculaRed +hi! link SpecialKey DraculaSubtle hi! link SpecialComment DraculaCyanItalic hi! link Tag DraculaCyan hi! link helpHyperTextJump DraculaLink