From 9d14d088899ef7b973670ab25e91e702e24dc652 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 31 Mar 2023 02:08:05 +0400 Subject: Обновил тему на более контрастную MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Valentin Popov --- init.vim | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'init.vim') diff --git a/init.vim b/init.vim index 88344de..583530b 100644 --- a/init.vim +++ b/init.vim @@ -8,3 +8,12 @@ augroup end " Automatic file trimming when saving autocmd BufWritePre * :%s/\s\+$//e + +" Подключение темы sonokai +if has('termguicolors') + set termguicolors +endif + +let g:sonokai_style = 'atlantis' +let g:sonokai_better_performance = 1 +colorscheme sonokai \ No newline at end of file -- cgit v1.2.3