From d355e5c3c06a6c12b4045435b39cf9555dc2fa25 Mon Sep 17 00:00:00 2001 From: Jasper Poppe Date: Wed, 24 May 2017 18:54:44 +0200 Subject: [PATCH] Changed IncSearch color to orange Search and IncSearch having the same colors, this makes it impossible to determine which higlighted search pattern is the active one. I have changed the incSearch color from "Dracula green" to "Dracula orange". This is an issue for example with substitute and the confirmation flag enabled: :%s/NONE/orange/cg --- colors/dracula.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/dracula.vim b/colors/dracula.vim index de29661..a793965 100644 --- a/colors/dracula.vim +++ b/colors/dracula.vim @@ -33,7 +33,7 @@ hi StatusLine ctermfg=231 ctermbg=236 cterm=bold guifg=#f8f8f2 guibg=#64666d gui hi StatusLineNC ctermfg=231 ctermbg=236 cterm=NONE guifg=#f8f8f2 guibg=#64666d gui=NONE hi Pmenu ctermfg=NONE ctermbg=NONE cterm=NONE guifg=NONE guibg=NONE gui=NONE hi PmenuSel ctermfg=NONE ctermbg=236 cterm=NONE guifg=NONE guibg=#44475a gui=NONE -hi IncSearch ctermfg=17 ctermbg=84 cterm=none guifg=#282a36 guibg=#50fa7b gui=none +hi IncSearch ctermfg=17 ctermbg=215 cterm=none guifg=#282a36 guibg=#ffb86c gui=none hi Search ctermfg=17 ctermbg=84 cterm=none guifg=#282a36 guibg=#50fa7b gui=none hi Directory ctermfg=141 ctermbg=NONE cterm=NONE guifg=#bd93f9 guibg=NONE gui=NONE hi Folded ctermfg=61 ctermbg=235 cterm=NONE guifg=#6272a4 guibg=#282a36 gui=NONE