From 450d847e42582ef2734015869c59c7d1fdd6b208 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Mon, 10 Jun 2019 23:40:23 +0200 Subject: Improved color schemes, indentation, autocompletion for text --- plugin/max-fix-colorschemes.vim | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'plugin/max-fix-colorschemes.vim') diff --git a/plugin/max-fix-colorschemes.vim b/plugin/max-fix-colorschemes.vim index 87c9efe..7dda5bf 100644 --- a/plugin/max-fix-colorschemes.vim +++ b/plugin/max-fix-colorschemes.vim @@ -11,7 +11,8 @@ function! ExtendColorTheme() highlight! Error cterm=NONE ctermbg=NONE gui=NONE guibg=NONE highlight! SpellBad cterm=NONE gui=undercurl guibg=NONE guifg=red highlight! Ignore cterm=NONE ctermbg=NONE ctermfg=NONE gui=NONE guibg=NONE guifg=NONE - highlight! Folded cterm=NONE ctermbg=NONE + highlight! LineNr cterm=bold,italic,inverse ctermbg=NONE ctermfg=fg + " highlight! VertSplit ctermbg=252 ctermfg=252 @@ -37,6 +38,7 @@ function! ExtendColorTheme() highlight! link VertSplit LineNr highlight! link SignColumn LineNr highlight! link FoldColumn LineNr + highlight! link Folded LineNr highlight! link PmenuSbar Pmenu highlight! PmenuThumb cterm=inverse @@ -48,7 +50,7 @@ endfunction autocmd ColorScheme * call ExtendColorTheme() -set background=dark +" set background=light if filereadable(expand("~/.vimrc_background")) && filereadable(expand("~/.config/base16-shell/colortest")) let g:base16_shell_path = "~/.config/base16-shell/scripts" let base16colorspace = 256 @@ -57,7 +59,7 @@ else let g:PaperColor_Theme_Options = { \ 'theme': { \ 'default': { - \ 'transparent_background': 1 + \ 'transparent_background': 0 \ } \ } \ } -- cgit v1.2.3