The 90s called; they want their 256 colors back
Michael L Torrie
torriem at gmail.com
Tue Mar 4 10:28:24 MST 2008
Jonathan Duncan wrote:
> Feel free to share here as well. I am always eager to enhance my
> vimrc-foo also.
Here's what I did. I'm thinking there is still a safer way to do it:
In my vimrc file:
if has("gui_running")
colorscheme desert
else
set bg=dark
if &term == "xterm"
set t_Co=256
colorscheme desert256
endif
endif
I also modified desert256 to put it back to being almost identical to
desert. The author apparently had dimmed the white text a bit, and
dropped the grey background, which could make sense. But I stuck it
back in.
Michael
>
> /*
> PLUG: http://plug.org, #utah on irc.freenode.net
> Unsubscribe: http://plug.org/mailman/options/plug
> Don't fear the penguin.
> */
More information about the PLUG
mailing list