From bd4fa1331b6543ddee67324ade50419f2c036105 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Mon, 7 Oct 2019 23:55:10 +0200 Subject: further C&P and keyboard arrow fixes --- plugin/max-fix-colorschemes.vim | 5 +++-- 1 file changed, 3 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 c357117..96b57e2 100644 --- a/plugin/max-fix-colorschemes.vim +++ b/plugin/max-fix-colorschemes.vim @@ -19,7 +19,8 @@ function! ExtendColorTheme() highlight! Error ctermbg=NONE cterm=NONE gui=NONE guibg=NONE highlight! SpellBad cterm=NONE gui=undercurl guibg=NONE guifg=red highlight! Ignore ctermbg=NONE ctermfg=NONE cterm=NONE gui=NONE guibg=NONE guifg=NONE - + highlight! LineNr cterm=italic gui=italic + if has("gui_running") highlight invisible gui=NONE guifg=background guibg=background else @@ -62,7 +63,7 @@ else let g:PaperColor_Theme_Options = { \ 'theme': { \ 'default': { - \ 'transparent_background': 0 + \ 'transparent_background': 1 \ } \ } \ } -- cgit v1.2.3