aboutsummaryrefslogtreecommitdiff
path: root/plugin/max-fix-colorschemes.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/max-fix-colorschemes.vim')
-rw-r--r--plugin/max-fix-colorschemes.vim5
1 files changed, 3 insertions, 2 deletions
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()
19 highlight! Error ctermbg=NONE cterm=NONE gui=NONE guibg=NONE 19 highlight! Error ctermbg=NONE cterm=NONE gui=NONE guibg=NONE
20 highlight! SpellBad cterm=NONE gui=undercurl guibg=NONE guifg=red 20 highlight! SpellBad cterm=NONE gui=undercurl guibg=NONE guifg=red
21 highlight! Ignore ctermbg=NONE ctermfg=NONE cterm=NONE gui=NONE guibg=NONE guifg=NONE 21 highlight! Ignore ctermbg=NONE ctermfg=NONE cterm=NONE gui=NONE guibg=NONE guifg=NONE
22 22 highlight! LineNr cterm=italic gui=italic
23
23 if has("gui_running") 24 if has("gui_running")
24 highlight invisible gui=NONE guifg=background guibg=background 25 highlight invisible gui=NONE guifg=background guibg=background
25 else 26 else
@@ -62,7 +63,7 @@ else
62 let g:PaperColor_Theme_Options = { 63 let g:PaperColor_Theme_Options = {
63 \ 'theme': { 64 \ 'theme': {
64 \ 'default': { 65 \ 'default': {
65 \ 'transparent_background': 0 66 \ 'transparent_background': 1
66 \ } 67 \ }
67 \ } 68 \ }
68 \ } 69 \ }
..