Modify the list g:terminal_ansi_color to have a seamless experience with the color scheme and the theme applied
This would change the current ANSI colors used by default in the new (built-in terminal window generated by :term), as mentioned here with another theme.
Of course, I wonder if it can be setted automatically? :thinking:
Example :white_flower:
Without change g:terminal_ansi_colors:
After change g:terminal_ansi_colors (in my .vimrc) with:
Modify the list
g:terminal_ansi_color
to have a seamless experience with the color scheme and the theme appliedThis would change the current ANSI colors used by default in the new (built-in terminal window generated by
:term
), as mentioned here with another theme.Of course, I wonder if it can be setted automatically? :thinking:
Example :white_flower:
Without change
g:terminal_ansi_colors
:After change
g:terminal_ansi_colors
(in my.vimrc)
with:By the way: this repo is excellent :heart: