aboutsummaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--vim/vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index c8c40de..0481b81 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -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
+" }}}