Skip to content

Commit

Permalink
vim: fixed cursor in sorbet visual mode
Browse files Browse the repository at this point in the history
  • Loading branch information
micampe committed Feb 22, 2024
1 parent e209c23 commit 68a0483
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vim/colors/sorbet-mc.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ runtime colors/sorbet.vim
let g:colors_name = 'sorbet-mc'

if &background ==# 'dark'
hi Normal guibg=#060811
hi Normal guifg=#dadada guibg=#060811
hi Cursor guifg=#dadada guibg=#060811 gui=reverse cterm=reverse
endif

0 comments on commit 68a0483

Please sign in to comment.