On Fri, 18 Sep 2009, peng shao wrote:
>
> Hi guys. Sorry for bothering. I have a little question about syntax
> for *.tex files
>
> As I supposed I edited a file $VIMRUNTIME/syntax/tex.vim
> with several lines such as:
>
> hi Normal guifg=green guibg=#050505 gui=NONE
>
> My intend is just setting syntax for gvim, not the original vim in
> gnome-terminal. For vim in terminal,
> it uses the tango theme from terminal itself.
Not sure if I understand correctly, latex-suite tex.vim does not
define color itself. The actual color is determined by colorscheme
chosen. You may choose different colorscheme for gvim and vim.
for example:
if has("gui_running")
colo desert256
else
set t_Co=256
colo darkblue
endif
--
regards,
====================================================
GPG key 1024D/4434BAB3 2008-08-24
gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---