On Apr 30, 3:17 pm, John Little <[email protected]> wrote: > 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
Ok, My terminal supports 256 colors, How can i use all the 256 colors in VIM in a non gui terminal. Obviously if the terminal supports 256 colors, there should be someway of using it in VIM as well ? -- 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
