# Contibuted by boeheim@slac.stanford.edu 
# Gives resonable defaults for monochrome monitors

if {[tk colormodel .] == "color"} {
  option add tkmail*Text.foreground {blue}
  option add tkmail*Text.background {seashell}
  option add tkmail*Label.background {wheat}
  option add tkmail*Button.foreground {steelblue}
  option add tkmail*Menu.foreground {steelblue}
  option add tkmail*Menubutton.foreground {steelblue}
  set mf(header-config) {-foreground forestgreen}
} else {
  option add tkmail*Text.foreground {black}
  option add tkmail*Text.background {white}
  option add tkmail*Label.background {white}
  option add tkmail*Button.foreground {black}
  option add tkmail*Menu.foreground {black}
  option add tkmail*Menubutton.foreground {black}
  set mf(header-config) {-foreground forestgreen}
}

