#
# Copyright (c) 1995 The University of Cincinnati.
# All rights reserved.
#
# Authors: Philip A. Wilsey	phil.wilsey@uc.edu
#          Dale E. Martin	dmartin@ece.uc.edu
#
#
/*

the following options file demonstrates control of coloring in the
tcl/tk savant frontend.  sorry if you don't like the colors, but they
get the point across.

regards,
p. wilsey

*/
#
savant*background:			lightgrey
savant*label.background:		yellow
savant*label.foreground:		red
#
savant*Scrollbar.activeForeground:	red
savant*Scrollbar.foreground:		orange
savant*Scrollbar.background:		purple
#
savant*Entry.insertBackground:		Black
savant*Entry.Background:		Yellow
savant.inpt.background:			Yellow
savant*Entry.foreground:		firebrick
#
savant*Button.activeBackground:		red
savant*Button.activeForeground:		yellow
savant*Button.disabledForeground:	purple
savant*Button.background:		lightgrey
#
savant*Checkbutton.activeBackground:	red
savant*Checkbutton.activeForeground:	yellow
savant*Checkbutton.disabledForeground:	purple
savant*Checkbutton.background:		lightgrey
#
savant*Menubutton.activeBackground:	red
savant*Menubutton.activeForeground:	yellow
savant*Menubutton.disabledForeground:	purple
savant*Menubutton.background:		lightgrey
#
savant*Menu.activeBackground:		red
savant*Menu.activeForeground:		yellow
savant*Menu.disabledForeground:		purple
savant*Menu.background:			lightgrey
