Navigation Menu

Skip to content

Commit

Permalink
changed CursorLine and CursorColor foreground to white - so that comm…
Browse files Browse the repository at this point in the history
…ents are visible
  • Loading branch information
karoliskoncevicius committed Mar 4, 2019
1 parent 9230a9b commit 4276a45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions colors/distilled.vim
Expand Up @@ -37,8 +37,8 @@ hi VisualNOS ctermbg=NONE ctermfg=NONE cterm=UNDERLINE guibg=NONE
hi MatchParen ctermbg=NONE ctermfg=3 cterm=NONE guibg=NONE guifg=#ecb534 gui=NONE
hi IncSearch ctermbg=11 ctermfg=0 cterm=NONE guibg=#dfc56d guifg=#24364b gui=NONE
hi Search ctermbg=11 ctermfg=0 cterm=NONE guibg=#dfc56d guifg=#24364b gui=NONE
hi CursorColumn ctermbg=8 ctermfg=NONE cterm=NONE guibg=#6194ba guifg=NONE gui=NONE
hi CursorLine ctermbg=8 ctermfg=NONE cterm=NONE guibg=#6194ba guifg=NONE gui=NONE
hi CursorColumn ctermbg=8 ctermfg=7 cterm=NONE guibg=#6194ba guifg=#e4e4dd gui=NONE
hi CursorLine ctermbg=8 ctermfg=7 cterm=NONE guibg=#6194ba guifg=#e4e4dd gui=NONE

hi StatusLine ctermbg=0 ctermfg=8 cterm=NONE guibg=#24364b guifg=#6194ba gui=NONE
hi StatusLineNC ctermbg=0 ctermfg=8 cterm=NONE guibg=#24364b guifg=#6194ba gui=NONE
Expand Down

0 comments on commit 4276a45

Please sign in to comment.