From a9dbed8b31ee2ebc7f9ca215fd525c5209ca1ea4 Mon Sep 17 00:00:00 2001 From: James Chen Date: Mon, 30 May 2016 06:48:42 +0900 Subject: [PATCH] Tweak selection color to be more distinct --- colors/dracula.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/dracula.vim b/colors/dracula.vim index 51f67be..eafd575 100644 --- a/colors/dracula.vim +++ b/colors/dracula.vim @@ -21,7 +21,7 @@ endif let g:colors_name = "dracula" hi Cursor ctermfg=17 ctermbg=231 cterm=NONE guifg=#282a36 guibg=#f8f8f0 gui=NONE -hi Visual ctermfg=NONE ctermbg=236 cterm=NONE guifg=NONE guibg=#44475a gui=NONE +hi Visual ctermfg=NONE ctermbg=241 cterm=NONE guifg=NONE guibg=#44475a gui=NONE hi CursorLine ctermbg=234 cterm=NONE guifg=NONE guibg=#44475a gui=NONE hi CursorColumn ctermfg=NONE ctermbg=236 cterm=NONE guifg=NONE guibg=#3d3f49 gui=NONE hi ColorColumn ctermfg=NONE ctermbg=236 cterm=NONE guifg=NONE guibg=#3d3f49 gui=NONE