OPTIONS=color,hilite_pet,lit_corridor,time OPTIONS=help,!news,mail,silent,menucolors OPTIONS=showexp,showrace,showweight,showdmg OPTIONS=pickup_types:$,boulder=0 # === MENUCOLOR === # lightcyan - good food # orange - cursed (or under +0) # yellow - not cursed # lightgreen - blessed MENUCOLOR="safe"=green MENUCOLOR="[0-9]:[0-9]"=green MENUCOLOR="\+[0-9]"=green MENUCOLOR="[Cc]ursed"=red MENUCOLOR="[Uu]ncursed"=green MENUCOLOR="[Bb]lessed"=yellow MENUCOLOR="-[0-9]"=green # underline objects "(wielded)", "(in quiver)", "(being worn)", ... MENUCOLOR="safe .* ([a-z]"=green,&underline MENUCOLOR="\+[0-9] .* ([a-z]"=green&underline MENUCOLOR="[Cc]ursed .* ([a-z]"=red&underline MENUCOLOR="[Uu]ncursed .* ([a-z]"=green&underline MENUCOLOR="[Bb]lessed .* ([a-z]"=yellow&underline MENUCOLOR="-[0-9] .* ([a-z]"=red&underline # holy water is blessed; unholy water is cursed MENUCOLOR="holy water"=yellow MENUCOLOR="unholy water"=red # lightcyan - good food # lightmagenta - lizard corpse MENUCOLOR=" ration"=lightcyan MENUCOLOR="lembas wafer"=lightcyan MENUCOLOR="lichen corpse"=lightcyan MENUCOLOR="lizard corpse"=lightmagenta