From e3f897e52941933e3c2a87bd346bd1467d44e50b Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Thu, 6 Feb 2020 10:30:42 +0300 Subject: [PATCH] vim: PaperColor's default term bg --- etc/soft/nvim/colors/PaperColor.vim | 2 +- etc/soft/nvim/vimrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/soft/nvim/colors/PaperColor.vim b/etc/soft/nvim/colors/PaperColor.vim index 32a51d2..aa83f65 100644 --- a/etc/soft/nvim/colors/PaperColor.vim +++ b/etc/soft/nvim/colors/PaperColor.vim @@ -351,7 +351,7 @@ else " LIGHT VARIANT " Basics: let s:foreground = ['#444444', '238'] - let s:background = ['#F5F5F5', '255'] + let s:background = ['none', 'none'] let s:selection = ['#d0d0d0', '252'] let s:nontext = ['#dfafff', '189'] let s:window = ['#e4e4e4', '254'] diff --git a/etc/soft/nvim/vimrc b/etc/soft/nvim/vimrc index 20d59ee..2badb78 100644 --- a/etc/soft/nvim/vimrc +++ b/etc/soft/nvim/vimrc @@ -888,7 +888,7 @@ let g:startify_commands = [ \ {'m': ['Make current project ($ make)', 'make']}, \ ] -let g:ascii = systemlist("git-cal --unicode 2>/dev/null | grep -v fatal || echo") +let g:ascii = systemlist('git-cal --unicode 2>/dev/null | head -n 10 | grep -v fatal || echo; echo; todolist | sed "s/^/ /" ') let g:startify_custom_header = g:ascii let g:startify_fortune_use_unicode = 1