! -----------------------------------------------------------------------------
! xIncode application defaults
!
! Copyright (C) 2000-2005 by Karim Kaschani
!
! This file is part of the software xIncode developed to support the design
! of interconnects in semiconductor technologies.
!
! xIncode is free software; you can redistribute it and/or modify
! it under the terms of the GNU General Public License as published by
! the Free Software Foundation; either version 2 of the License, or
! (at your option) any later version.
!
! xIncode is distributed in the hope that it will be useful,
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
! GNU General Public License for more details.
!
! You should have received a copy of the GNU General Public License
! along with this program; if not, write to the Free Software
! Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
! -----------------------------------------------------------------------------

! ----------------------------------------------------------------------- FONTS

xIncode*fontList:					7x14
xIncode*Results*fontList:				7x14bold

! -------------------------------------------------------------- GENERAL COLORS

xIncode*foreground:					black
xIncode*background:					grey80
xIncode*highlightColor:					red

! --------------------------------------------------------------- DIALOG COLORS

xIncode*Annotations*background:				grey70
xIncode*Parameters*background:				LightBlue3
xIncode*Results*background:				LightPink2
xIncode*scrolledList*background:			DarkSeaGreen3
xIncode*SelectionDialog*background:			grey80
xIncode*SelectionDialog*ItemsList*background:		grey70

! -------------------------------------------------------------------- MENU BAR

xIncode*MenuBar*MessageDialog*background:		grey80
xIncode*MenuBar*MessageDialog*MessageText*background:	grey70
xIncode*MenuBar*background:				grey70
xIncode*MenuBar*Load.accelerator:			Ctrl<Key>t
xIncode*MenuBar*Load.acceleratorText:			Ctrl+T
xIncode*MenuBar*Read.accelerator:			Ctrl<Key>r
xIncode*MenuBar*Read.acceleratorText:			Ctrl+R
xIncode*MenuBar*Save.accelerator:			Ctrl<Key>s
xIncode*MenuBar*Save.acceleratorText:			Ctrl+S
xIncode*MenuBar*Minimize.accelerator:			Ctrl<Key>m
xIncode*MenuBar*Minimize.acceleratorText:		Ctrl+M
xIncode*MenuBar*Quit.accelerator:			Ctrl<Key>c
xIncode*MenuBar*Quit.acceleratorText:			Ctrl+C
