Set terminal colors to work with solarized theme

This commit is contained in:
Michael Mandl 2019-01-29 20:17:22 +01:00
parent bbcfbd50c3
commit 2c525aeaf7

View file

@ -73,3 +73,8 @@ colorscheme solarized
" fzf.vim
nmap <C-P> :Files<CR>
nmap <ESC><C-P> :Tags<CR>
" terminal colors
hi Terminal ctermfg=fg ctermbg=NONE guifg=fg guibg=NONE guisp=NONE cterm=NONE gui=NONE