I've tweaked my vim color scheme quite a bit and tried to keep the colors of gvim (which I use less often) in sync.
This keeping in sync hasn't worked out, so I wrote this little script to convert the vim colors to the gvim ones:
Download the makegvim script, and use it like:
$ ./makegvim < ~/.vim/colors/<yourfile> > /tmp/x
$ mv /tmp/x ~/.vim/colors/<yourfile>
And now the colors of gvim should be identical to those of vim.
Note: colors like 000 must be used like cterm=0 otherwise
the conversion fails (the script isn't that smart).
Tags: linux,
programming
1 comment
I've put the color scheme online as a vimscript. See
www.vim.org/scripts/script.php?script_id=3859
www.vim.org/scripts/script.php?script_id=3859

