tmux config error fixed in vim colors

This commit is contained in:
Wryn Wagner 2019-12-20 12:48:53 -07:00
parent c90ff2337d
commit d44ea1f835

View File

@ -13,5 +13,6 @@ colorscheme moss " BG-Black , FONT-BlueishWhite , SYNTAX-Light
" colorscheme default
" colorscheme snow
set t_Co=256
" transparent background
highlight Normal guibg=NONE ctermbg=NONE