I prefer light color chemes, usually with a white background, but I
can't find a really nice one. I mean, searching around a lot of people
say that desert256 is a great dark color scheme and I agree too.
The default color scheme looks pretty good, but since I program mainly
in python, at the moment, something doesn't look good. For example
method and class names have a very light blue. And I'd change some
other details. I just don't know how to identify elements.
I've found this site: http://yukihiro.nakadaira.googlepages.com/vim-color.html
But I think it shows color schemes for the gui version, because even
the default looks different from the one I have. Or maybe it's just
because it uses C code in the example.
Anyway, is there an easy way to modify color schemes? At least to
identify elements?
Thanks.
Check out CSApprox.vim; it's meant to deal with just that sort of
problem by making gvim colorschemes look the same in terminal vim.
~Matt
Thanks, this works :D
Still I can't find how to change appearance of class and method names.
The color is ok, but I'd like them bold. I searched for the definition
in the colorscheme file for that color (seagreen) and in every
definition there is also gui=bold. So I think it must be another
undefined element.
Have you tried cterm=bold?
It may not be of any interest to you, but my colourscheme* is much
easier to edit than most (in my opinion), so you may find it easier to
make your colour scheme starting from this. It chooses sensible
defaults (so will make cterm= the same as gui= if you don't set them
yourself). It seems to work very well in combination with
CSApprox.vim for use in 256 colour terminals.
* http://sites.google.com/site/abudden/Vim-Scripts/bandit-colour-scheme
Al
Where shall I put this?
Anyway, I'm using urxvt.
Other elements in the code (def, if, else, return) looks bold, so I
think it recognize the bold directive.
> It may not be of any interest to you, but my colourscheme* is much
> easier to edit than most (in my opinion), so you may find it easier to
> make your colour scheme starting from this. It chooses sensible
> defaults (so will make cterm= the same as gui= if you don't set them
> yourself). It seems to work very well in combination with
> CSApprox.vim for use in 256 colour terminals.
>
> * http://sites.google.com/site/abudden/Vim-Scripts/bandit-colour-scheme
Thanks, this seems great. I'll try it :D
Anyway, at the moment, the link to the zip archive doesn't work for
me. I'll use the vba version, it was just to let you know.
This is used in the "hi" line alongside gui=bold.
e.g. hi Statement gui=bold cterm=bold guifg=blue ctermfg=blue
> Anyway, I'm using urxvt.
> Other elements in the code (def, if, else, return) looks bold, so I
> think it recognize the bold directive.
Fair enough.
>
>> It may not be of any interest to you, but my colourscheme* is much
>> easier to edit than most (in my opinion), so you may find it easier to
>> make your colour scheme starting from this. It chooses sensible
>> defaults (so will make cterm= the same as gui= if you don't set them
>> yourself). It seems to work very well in combination with
>> CSApprox.vim for use in 256 colour terminals.
>>
>> * http://sites.google.com/site/abudden/Vim-Scripts/bandit-colour-scheme
>
> Thanks, this seems great. I'll try it :D
>
> Anyway, at the moment, the link to the zip archive doesn't work for
> me. I'll use the vba version, it was just to let you know.
Thanks: I'd deleted the zip file (as the vimballs seem to be working
now), but I hadn't updated the links further up the page. Done now.
Al
peaksea
from Pan, Shi Zhu
http://vim.sourceforge.net/scripts/script.php?script_id=760
First time, it looks not very impressing. But your editor it isn't
photo-album. Editor is a tool which you stare 8 hours in the day.
--
Anton
Yes, I agree, indee I look for very minimal things, but I prefer
combinations of black and white. I'm just using a modified version of
the default theme :)