From d8461c69fc1b52a694ef7d20babd2d65aba428d3 Mon Sep 17 00:00:00 2001 From: bretello Date: Sun, 26 Sep 2021 16:07:34 +0200 Subject: [PATCH] vim: improve color handling --- vim/vimrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index e820b21..fecd4d3 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -5,11 +5,15 @@ source $DOTFILES/vim/plugs.vim set encoding=utf-8 scriptencoding utf-8 -" Style +"" Style +" enable truecolor mode +set termguicolors set background=dark let g:gruvbox_contrast_dark='hard' let g:gruvbox_sign_column='bg0' +" Show some gui colors in term +let g:gruvbox_guisp_fallback='bg' colorscheme gruvbox " enable truecolor support set termguicolors