Home » Questions » Computers [ Ask a new question ]

To have colors in Vim LaTeX -files, like in Gvim

To have colors in Vim LaTeX -files, like in Gvim

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

Asked by: Guest | Views: 292
Total answers/comments: 1
Guest [Entry]

"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 $VIMRUNTIME/colors/nameOfColorschemeFile, or creating your own in your vim home directory.

You can set the colorscheme in vim/gvim with

:colorscheme nameOfColorscheme"