From b68fec17407aa70fdd4cc5c88667ac2d2f49658a Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Fri, 26 Jun 2020 10:13:58 +0200 Subject: Hotfixes to improve compatibility with python --- plugin/max-fix-colorschemes.vim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugin/max-fix-colorschemes.vim') diff --git a/plugin/max-fix-colorschemes.vim b/plugin/max-fix-colorschemes.vim index b9c7657..c0f091d 100644 --- a/plugin/max-fix-colorschemes.vim +++ b/plugin/max-fix-colorschemes.vim @@ -21,12 +21,11 @@ function! ExtendColorTheme() highlight! link WildMenu Search highlight! link Convention Error highlight! link PmenuSbar Pmenu - highlight! link Tabline StatusLine highlight! link VertSplit LineNr highlight! link SignColumn LineNr highlight! link FoldColumn VertSplit " highlight! link Folded LineNr - highlight! link EndOfBuffer LineNr + highlight! link EndOfBuffer NonText endfunction autocmd ColorScheme * call ExtendColorTheme() @@ -36,8 +35,8 @@ else set termguicolors endif -if filereadable(expand('~/.vimrc_background')) && filereadable(expand('~/.config/base16-shell/colortest')) - let g:base16_shell_path = '~/.config/base16-shell/scripts' +if filereadable(expand('~/.vimrc_background')) && filereadable(expand('~/.local/share/base16/base16-shell/colortest')) + let g:base16_shell_path = '~/.local/share/base16/base16-shell/scripts' let base16colorspace = 256 source ~/.vimrc_background else @@ -52,6 +51,7 @@ else \ } \ } colorscheme PaperColor + set background=dark endif -- cgit v1.2.3