add tkres BorderWidth    *borderWidth                1
add tkres MenuTearoff    *Menu*tearOff               0
add tkres MenubuttonFont *Menubutton*font            {Helvetica 12}
add tkres MenuFont       *Menu*font                  {Helvetica 12}
add tkres BalloonFont    *Balloon*font               {Helvetica 12}

add tkres NtkinfoLinkColor   *linkColor     blue
add tkres NtkinfoDisplayFont *Ntkinfo*Text*font     {Courier 12}
add tkres NtkinfoDisplayTitleFont *titleFont {Courier 14 bold}

add tkopt MmuclDisplayFont       font         {Courier 12} .display
add tkopt MmuclDisplayForeground foreground   lightgrey    .display
add tkopt MmuclDisplayBackground background    black        .display
add tkopt MmuclDisplayWrap       wrap          word         .display

add tkopt MmuclInputFont       font              {Courier 12}   .input
add tkopt MmuclInputBackground background        lightsteelblue .input

add tkopt MmuclCols  width  80 .display
add tkopt MmuclRows  height  24 .display

add tag MmuclDisplayANSI_1   1  {Courier 12 bold} .display font
add tag MmuclDisplayANSI_30  30 slategrey .display foreground
add tag MmuclDisplayANSI_31  31 red3      .display foreground
add tag MmuclDisplayANSI_32  32 green3    .display foreground
add tag MmuclDisplayANSI_33  33 yellow3   .display foreground
add tag MmuclDisplayANSI_34  34 blue2     .display foreground
add tag MmuclDisplayANSI_35  35 magenta3  .display foreground
add tag MmuclDisplayANSI_36  36 cyan3     .display foreground
add tag MmuclDisplayANSI_41  41 red3      .display background
add tag MmuclDisplayANSI_42  42 green3    .display background
add tag MmuclDisplayANSI_43  43 yellow3   .display background
add tag MmuclDisplayANSI_44  44 blue2     .display background
add tag MmuclDisplayANSI_45  45 magenta3  .display background
add tag MmuclDisplayANSI_46  46 cyan3     .display background
add tag MmuclDisplayANSI_47  47 lightgrey .display background

add tag MmuclDisplaySelFg  sel black .display foreground
add tag MmuclDisplaySelBg  sel lightgrey .display background
