Hello, All. First of all thanks to developers for great MUA! 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? -- xmpp:self at antono.info http://antono.info/ gopher://antono.info/
> 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