Add support for Vim 8 terminal (#132)
This commit is contained in:
parent
d8d75f8a12
commit
25a22bb333
1 changed files with 9 additions and 0 deletions
|
@ -92,6 +92,15 @@ if has('nvim')
|
|||
let g:terminal_color_15 = '#FFFFFF'
|
||||
endif
|
||||
|
||||
if has('terminal')
|
||||
let g:terminal_ansi_colors = [
|
||||
\ '#21222C', '#FF5555', '#50FA7B', '#F1FA8C',
|
||||
\ '#BD93F9', '#FF79C6', '#8BE9FD', '#F8F8F2',
|
||||
\ '#6272A4', '#FF6E6E', '#69FF94', '#FFFFA5',
|
||||
\ '#D6ACFF', '#FF92DF', '#A4FFFF', '#FFFFFF'
|
||||
\]
|
||||
endif
|
||||
|
||||
" }}}2
|
||||
" User Configuration: {{{2
|
||||
|
||||
|
|
Loading…
Reference in a new issue