Skip to content

Commit

Permalink
Removing the background of vim line-number.
Browse files Browse the repository at this point in the history
After a system update, seems like vim colors has changed, and now the
black background was removed cause it was not looking good.

Signed-off-by: Yoni Bettan <yonibettan@gmail.com>
  • Loading branch information
ybettan committed Mar 28, 2024
1 parent 57364bd commit 260824a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotfiles/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ autocmd InsertEnter * :set number norelativenumber
autocmd InsertLeave * :set nonumber relativenumber

" set backgrond and font color of line number
highlight LineNr ctermfg=grey ctermbg=black
highlight LineNr ctermfg=white

" without this vim in tmux recive diffrent colors
set background=dark
Expand Down

0 comments on commit 260824a

Please sign in to comment.