When using the built-in terminal mode, Vim sets a default set of ANSI terminal colors. It's possible to override these colors with the g:terminal_ansi_colors variable in vanilla Vim, and the g:terminal_color_N variables in Neovim. Would it be possible to update the Lucius color schemes to set these colors? It makes it much easier to use terminal windows.
When using the built-in terminal mode, Vim sets a default set of ANSI terminal colors. It's possible to override these colors with the
g:terminal_ansi_colorsvariable in vanilla Vim, and theg:terminal_color_Nvariables in Neovim. Would it be possible to update the Lucius color schemes to set these colors? It makes it much easier to use terminal windows.