From d44ea1f8359378a9cf8efd5f9846354e1a60e669 Mon Sep 17 00:00:00 2001 From: Wryn Wagner Date: Fri, 20 Dec 2019 12:48:53 -0700 Subject: [PATCH] tmux config error fixed in vim colors --- vim/my_colors.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/my_colors.vim b/vim/my_colors.vim index 4405dc1..2bde7d6 100644 --- a/vim/my_colors.vim +++ b/vim/my_colors.vim @@ -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