> I trying to customize colors for sup and cannot find
> any yaml key for cursor color (highlighted line moved by J/K).
> Anyone can help me?

Looking at lib/sup/colormap.rb it looks like you might want one of:

   :horizontal_selector_selected => { :fg => "yellow", :bg =>
"default", :attrs => ["bold"] },
   :horizontal_selector_unselected => { :fg => "cyan", :bg => "default" },

Full list at 
http://gitorious.org/sup/mainline/blobs/next/lib/sup/colormap.rb#line28

Hamish Downer
_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk

Reply via email to