Set terminal colors to work with solarized theme

main
mandlm 2019-01-29 20:17:22 +01:00
parent bbcfbd50c3
commit 2c525aeaf7
1 changed files with 5 additions and 0 deletions

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