Skip to content

Commit

Permalink
edit(vim): change cursor line number bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
vEnhance committed Nov 8, 2023
1 parent c476317 commit 9f285f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vim/colors/reclipse.vim
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ highlight PMenuThumb ctermbg=white ctermfg=red
" Lines
highlight! link SignColumn LineNr
highlight LineNr gui=none guibg=#cccccc guifg=#6b6b6b
highlight CursorLineNr guibg=#eeeeee ctermbg=239 ctermfg=122 cterm=bold
highlight CursorLineNr guibg=#eeeeee ctermbg=29 ctermfg=122 cterm=bold
highlight ALEVirtualTextError ctermfg=0 ctermbg=210 cterm=italic guifg=#000000 guibg=#ff8787 gui=italic
highlight ALEVirtualTextWarning ctermfg=0 ctermbg=166 cterm=italic guifg=#000000 guibg=#d7af00 gui=italic
highlight ALEVirtualTextInfo ctermfg=0 ctermbg=109 cterm=italic guifg=#000000 guibg=#87afaf gui=italic
Expand Down

0 comments on commit 9f285f6

Please sign in to comment.