Set terminal colors to work with solarized theme
This commit is contained in:
parent
bbcfbd50c3
commit
2c525aeaf7
1 changed files with 5 additions and 0 deletions
|
@ -73,3 +73,8 @@ colorscheme solarized
|
||||||
" fzf.vim
|
" fzf.vim
|
||||||
nmap <C-P> :Files<CR>
|
nmap <C-P> :Files<CR>
|
||||||
nmap <ESC><C-P> :Tags<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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue