The left-hand-side picture is in Gvim, while the right-hand-side one is in Vim.

Both Gvim and Vim uses the same files.
How can you make \item red in Vim?
feedback
|
|
Are you using the same colorscheme in both vim and gvim? If you set the colorscheme to the same they should look closer (provided the terminal supports the colours in the colorscheme). If they don't, you can change the colorscheme by editing You can set the colorscheme in vim/gvim with
| |||
|
feedback
|
|
This may be happening because your terminal program only supports 16 colors, while gvim supports many colors. Also, sometimes a colorscheme is designed only for gvim (or vice-versa). Best bet is to either change the theme yourself, or find another theme that has better support for both the gui and the terminal version. | |||
|
feedback
|