Skip to content

Commit

Permalink
Fixed cursorline terminal color
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvasagar committed Apr 24, 2014
1 parent 0b8b468 commit 69ceff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors/railscasts.vim
Expand Up @@ -22,7 +22,7 @@ hi Search guifg=#000000 guibg=#5f5f87 ctermfg=0 ctermbg=60 ct
hi Visual guibg=#5f5f87 ctermbg=60
hi LineNr guifg=#666666 ctermfg=242
hi Cursor guifg=#000000 guibg=#FFFFFF ctermfg=0 ctermbg=15
hi CursorLine guibg=#262626 gui=NONE ctermbg=236 cterm=NONE
hi CursorLine guibg=#262626 gui=NONE ctermbg=235 cterm=NONE
hi CursorLineNr guifg=#a9a8a8 gui=NONE ctermfg=248 cterm=NONE
hi ColorColumn guibg=#262626 ctermbg=235
hi! link CursorColumn ColorColumn
Expand Down

0 comments on commit 69ceff4

Please sign in to comment.