From 9e76f8ade1193152cc7917e05b41d162a94e95b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niclas=20=C3=85hd=C3=A9n?= Date: Tue, 24 May 2016 17:59:49 +0200 Subject: [PATCH] Reintroduce LineNr and CursorLine gui colors These gui colors were removed in c661a5. It seems like a mistake as the changes seem to originate from zenorocha/dracula-theme/issues/80 which is about terminal colors, not gui. --- colors/dracula.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/colors/dracula.vim b/colors/dracula.vim index 53832af..51a2ab3 100644 --- a/colors/dracula.vim +++ b/colors/dracula.vim @@ -22,10 +22,10 @@ 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 CursorLine ctermbg=234 cterm=NONE +hi CursorLine ctermbg=234 cterm=NONE guifg=NONE guibg=#2e3039 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 -hi LineNr ctermfg=60 ctermbg=NONE cterm=NONE +hi LineNr ctermfg=60 ctermbg=NONE cterm=NONE guifg=#909194 guibg=#2e3039 gui=NONE hi VertSplit ctermfg=231 ctermbg=236 cterm=bold guifg=#64666d guibg=#64666d gui=bold hi MatchParen ctermfg=212 ctermbg=NONE cterm=underline guifg=#ff79c6 guibg=NONE gui=underline hi StatusLine ctermfg=231 ctermbg=236 cterm=bold guifg=#f8f8f2 guibg=#64666d gui=bold