From 07797b39851da045aa1bfd0289de0858a1377c48 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Sun, 18 Dec 2022 20:29:55 +0100 Subject: Switched to nvim and neovide --- plugin/max-fix-colorschemes.vim | 31 +++++++++++++------------------ 1 file changed, 13 insertions(+), 18 deletions(-) (limited to 'plugin/max-fix-colorschemes.vim') diff --git a/plugin/max-fix-colorschemes.vim b/plugin/max-fix-colorschemes.vim index edbb0ee..0a5e401 100644 --- a/plugin/max-fix-colorschemes.vim +++ b/plugin/max-fix-colorschemes.vim @@ -23,6 +23,7 @@ function! ExtendColorTheme() highlight! link PmenuSbar Pmenu highlight! link VertSplit LineNr highlight! link SignColumn LineNr + highlight! link ALEErrorSign LineNr highlight! link FoldColumn VertSplit " highlight! link Folded LineNr highlight! link EndOfBuffer NonText @@ -39,23 +40,17 @@ else set termguicolors endif -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 - let g:PaperColor_Theme_Options = { - \ 'theme': { - \ 'default.dark': { - \ 'transparent_background': 1 - \ }, - \ 'default.light': { - \ 'transparent_background': 1 - \ } - \ } - \ } - colorscheme PaperColor - set background=dark -endif + +let g:PaperColor_Theme_Options = { + \ 'theme': { + \ 'default.dark': { + \ 'transparent_background': 1 + \ }, + \ 'default.light': { + \ 'transparent_background': 1 + \ } + \ } + \ } +colorscheme PaperColor -- cgit v1.2.3