Monday, April 30, 2012

Re: good 256 color theme for C

On Monday, April 30, 2012 9:55:16 PM UTC+12, sinbad wrote:
>I just started using tmux, and i am exploring 256 color option of the terminal.

Check out the CSApprox.vim plugin.
http://www.vim.org/scripts/script.php?script_id=2390

"This plugin makes GVim-only colorschemes Just Work in terminal Vim".

> does guibg=#aabbcc, doesn't work in non gvim.

Nope, gvim means gui vim.

> 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.*/

Forgive me if I'm pointing out the obvious, but that highlight has "ctermbg", the first doesn't.

Regards, John

--
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: