diff --git a/vimrc b/vimrc index 91c8400..359e946 100644 --- a/vimrc +++ b/vimrc @@ -102,9 +102,10 @@ filetype plugin indent on " required " see :h vundle for more details or wiki for FAQ " Put your non-Plugin stuff after this line -" let &t_8f = "\[38;2;%lu;%lu;%lum" -" let &t_8b = "\[48;2;%lu;%lu;%lum" -set termguicolors +if has("gui_running") + set termguicolors +endif + colorscheme customred256 set backupdir=~/.vimtmp