Skip to content

Commit

Permalink
Change cursor color to be easier to distinguish
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxSt committed May 10, 2018
1 parent ab10c25 commit 3b67374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors/challenger_deep.vim
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ endfunction
" (see `:h w18`)

call s:h("Normal", {"bg": s:bg, "fg": s:norm})
call s:h("Cursor", {"bg": s:bg_dark, "fg": s:norm })
call s:h("Cursor", {"bg": s:blue, "fg": s:bg_dark})
call s:h("Comment", {"fg": s:medium_gray, "gui": "italic", "cterm": "italic"})

call s:h("Constant", {"fg": s:yellow})
Expand Down

0 comments on commit 3b67374

Please sign in to comment.