diff options
author | Matthew Lemon <y@yulqen.org> | 2023-10-11 11:37:26 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-10-11 11:37:26 +0100 |
commit | c64dab5d9623f02b00ec2ed15c5cf4aaccf0d1e7 (patch) | |
tree | 8218443193c064845f836aff480da641c927639d /vim/vimrc | |
parent | e6b7aee71ca356414181cb9a8e9b91028e8ddfbf (diff) |
Adds my own visual highlight colour
Diffstat (limited to 'vim/vimrc')
-rw-r--r-- | vim/vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -353,4 +353,7 @@ endfunction command! GitFZF call GitFZF() nnoremap <leader><C-f> :GitFZF<CR> " }}} +" Switching off colours {{{ syntax off +hi Visual term=reverse ctermbg=7 ctermfg=black guifg=black guibg=LightPink +" }}} |