YadaOptions.tcl
00001 # Copyright (C) 1997-2004 The CDG Team <cdg@nats.informatik.uni-hamburg.de>
00002 #
00003 # This file is free software; as a special exception the author gives
00004 # unlimited permission to copy and/or distribute it, with or without
00005 # modifications, as long as this notice is preserved.
00006 #
00007 # This program is distributed in the hope that it will be useful, but
00008 # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
00009 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
00010
00011 #----------------------------------------------------------------------------
00012 # options
00013 #----------------------------------------------------------------------------
00014 option add *background gray90
00015 option add *TearOff 0
00016 option add *selectBackground blue4
00017 option add *selectForeground white
00018 option add *textBackground gray80
00019 option add *Entry.Background gray80
00020 #option add *activeBackground "#ececec"
00021 option add *Menu*activeBackground gray
00022 option add *Menu*activeForeground black
00023 option add *highlightThickness 0
00024 option add *popup.highlightThickness 1
00025 option add *sbWidth 12
00026 option add *listHeight 140
00027 option add *Messagedialog*Justify left
00028 #option add *ErrorTrace.text.font {-adobe-helvetica-medium-r-normal--12-*-*-*-*-*-*-*}
00029 #option add *Dialog.msg.font {-adobe-helvetica-bold-r-normal--12-*-*-*-*-*-*-*}
00030 option add *Font {-adobe-helvetica-*-r-normal--12-*-*-*-*-*-*-*}
00031 option add *textFont {-adobe-helvetica-medium-r-normal--12-*-*-*-*-*-*-*}
00032 option add *Entry.font {-adobe-helvetica-medium-r-normal--12-*-*-*-*-*-*-*}
YADA 2.0-alpha (20 Oct 2004)