Hi, > * A.V.Kuznetsov wrote (2008-01-16 12:37): > >I think, the initial dialog must provide button to tune coloring. > >This button can provide dialog allowing to switch on/off coloring and > >change colors of the rangesets. I made similar dialog which > >allow to choose color from the list of named xcolors. I can > >adapt it for manViwer. > > Guys, this is only meant as a demonstration. My comment in the wiki > about this is: > Watch manpages with NEdit (in case your less is broken) > > So unless people start to discard less an flock to NEdit as a > replacement, we shouldn't make things so complicated.
To easily tune colors you can put to the front of the manViewer boldColor = "#80C0FF" underlineColor = "#B0FFFF" call theese variables in nMan() rangeset_set_color(boldRS, boldColor) # "underlined" rangeset_set_color(underlineRS, underlineColor) # "bold" and add something like "... use the boldColor and underlineColor to tune backlighting colors ..." to the README. Alexey -- NEdit Develop mailing list - [email protected] http://www.nedit.org/mailman/listinfo/develop
