Use s:placeholder to keep track of lost color in _high schemes

This commit is contained in:
Drew Neil
2017-02-23 22:22:41 +00:00
parent b9ade1ad0f
commit c942be4f11
3 changed files with 6 additions and 1 deletions

View File

@@ -131,6 +131,7 @@ if has('nvim')
let g:terminal_color_7 = '#eee8d5'
let g:terminal_color_8 = '#002b36'
let g:terminal_color_9 = '#cb4b16'
let g:terminal_color_10 = '#586e75'
let g:terminal_color_11 = '#657b83'
let g:terminal_color_12 = '#839496'
let g:terminal_color_13 = '#6c71c4'