On 1/12/09, Nicolas Aggelidis wrote:
>
>  thank you all, you 've been really helpfull!
>
>  now i do things like this:
>
>  if !has("gui_running")
>         colorscheme developer
>  endif
>
>  if has("gui_running")
>         colorscheme desert
>  endif

If you haven't seen the CSApprox.vim plugin, you might like it.  It
should make the 'developer' colorscheme look almost the same in vim in
an 88 or 256 color terminal as it looks in gvim.  On quick glance, it
seems to get just about everything the same for me except for line
numbers.  The color for line numbers isn't specified in the
developer.vim colorscheme, so it falls through to the default
colorscheme, where the color depends on the 'background' setting...

Anyway, if you try it and run into any problems, feel free to ask me.

~Matt

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to