Monday, April 30, 2012

Re: good 256 color theme for C

On Apr 30, 1:23 pm, sinbad <sinbad.sin...@gmail.com> wrote:
> I just started using tmux, and i am exploring 256 color option of the
> terminal.
> Is there any good colorscheme that uses theses colors effectively,
> especially
> for C programming ?
>
> cheers

does guibg=#aabbcc, doesn't work in non gvim.
i am seeing two different behaviors,

hi Comment ctermfg=cyan guibg=#592929 --> this doesn't work.

but, it works in the following vimrc command.

highlight OverLength ctermbg=red ctermfg=white guibg=#592929
match OverLength /\%81v.*/

why is this behavior ?


--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: