From 1806b1b40739894ee18bef2c071487274cbab3b7 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Fri, 28 Feb 2020 14:21:36 +0100 Subject: Small fixes and adoptions for python[23] --- plugin/max-fix-colorschemes.vim | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'plugin/max-fix-colorschemes.vim') diff --git a/plugin/max-fix-colorschemes.vim b/plugin/max-fix-colorschemes.vim index 1535dc7..b9c7657 100644 --- a/plugin/max-fix-colorschemes.vim +++ b/plugin/max-fix-colorschemes.vim @@ -24,8 +24,8 @@ function! ExtendColorTheme() highlight! link Tabline StatusLine highlight! link VertSplit LineNr highlight! link SignColumn LineNr - highlight! link FoldColumn LineNr - highlight! link Folded LineNr + highlight! link FoldColumn VertSplit + " highlight! link Folded LineNr highlight! link EndOfBuffer LineNr endfunction autocmd ColorScheme * call ExtendColorTheme() @@ -45,6 +45,9 @@ else \ 'theme': { \ 'default.dark': { \ 'transparent_background': 1 + \ }, + \ 'default.light': { + \ 'transparent_background': 1 \ } \ } \ } -- cgit v1.2.3