Browse Source

vim: PaperColor's default term bg

Maxim Likhachev 5 years ago
parent
commit
e3f897e529
  1. 2
      etc/soft/nvim/colors/PaperColor.vim
  2. 2
      etc/soft/nvim/vimrc

2
etc/soft/nvim/colors/PaperColor.vim

@ -351,7 +351,7 @@ else " LIGHT VARIANT
" Basics: " Basics:
let s:foreground = ['#444444', '238'] let s:foreground = ['#444444', '238']
let s:background = ['#F5F5F5', '255'] let s:background = ['none', 'none']
let s:selection = ['#d0d0d0', '252'] let s:selection = ['#d0d0d0', '252']
let s:nontext = ['#dfafff', '189'] let s:nontext = ['#dfafff', '189']
let s:window = ['#e4e4e4', '254'] let s:window = ['#e4e4e4', '254']

2
etc/soft/nvim/vimrc

@ -888,7 +888,7 @@ let g:startify_commands = [
\ {'m': ['Make current project ($ make)', 'make']}, \ {'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_custom_header = g:ascii
let g:startify_fortune_use_unicode = 1 let g:startify_fortune_use_unicode = 1

Loading…
Cancel
Save