!
!  ----------------------------------------------------------------
!		GUISE APPLICATION DEFAULTS
!
!   These are the application defaults that are particular to the
!   guise application.  These can be over-ridden by having an ~/app-defaults,
!   ~/.app-defaults, or ~/.khoros/app-defaults directory in your home 
!   directory, with an app-defaults file named "guise" there.
!
!  ----------------------------------------------------------------
! 

guise*topShadowColor:         #eeeeee
guise*bottomShadowColor:      #777777
guise*cursorColor:            blue
guise*menu*topShadowColor:    #eeeeee
guise*menu*bottomShadowColor: #777777

!
! 'SAVE', 'RELOAD', 'EDIT MANUALLY', 'START FRESH', 'OPTIONS',
! and 'Submenus, Groups' buttons are all in steel blue with white writing. 
!
! Note that "fontColor" determines the color of writing on buttons on Olit only.
!
guise*save*background:        steel blue
guise*reload*background:      steel blue
guise*edit*background:        steel blue
guise*new*background:         steel blue

guise*save*foreground:        #eeeeee
guise*reload*foreground:      #eeeeee
guise*edit*foreground:        #eeeeee
guise*new*foreground:         #eeeeee

guise*save*fontColor:         #eeeeee
guise*reload*fontColor:       #eeeeee
guise*edit*fontColor:         #eeeeee
guise*new*fontColor:          #eeeeee

!
! Pulldown menus for 'Options', 'Submenus, Groups', 'Simple Variables', 
! 'List Variables', 'File Variables', 'Toggle Variables', and 'Buttons' 
! are all in slate blue (to visually differentiate between buttons that access
! pulldown menus & regular buttons).
!
guise*options*background:     slate blue
guise*grouping*background:    slate blue
guise*simples*background:     slate blue
guise*lists*background:       slate blue
guise*files*background:       slate blue
guise*toggles*background:     slate blue
guise*buttons*background:     slate blue

guise*lists*foreground:       #eeeeee
guise*options*foreground:     #eeeeee
guise*grouping*foreground:    #eeeeee
guise*simples*foreground:     #eeeeee
guise*files*foreground:       #eeeeee
guise*toggles*foreground:     #eeeeee
guise*buttons*foreground:     #eeeeee

guise*options*fontColor:      #eeeeee
guise*grouping*fontColor:     #eeeeee
guise*simples*fontColor:      #eeeeee
guise*lists*fontColor:        #eeeeee
guise*files*fontColor:        #eeeeee
guise*toggles*fontColor:      #eeeeee
guise*buttons*fontColor:      #eeeeee

!
! 'Workspace', 'Label', 'NEW PANE' and 'CREATE MASTER' buttons
! in steel blue (again, to indicate they are regular buttons).
!
guise*wksp_sel*background:       steel blue
guise*blank_sel*background:      steel blue
guise*subform_button*background: steel blue
guise*guide_button*background:   steel blue

guise*wksp_sel*foreground:       #eeeeee
guise*blank_sel*foreground:      #eeeeee
guise*subform_button*foreground: #eeeeee
guise*guide_button*foreground:   #eeeeee

guise*wksp_sel*fontColor:        #eeeeee
guise*blank_sel*fontColor:       #eeeeee
guise*subform_button*fontColor:  #eeeeee
guise*guide_button*fontColor:    #eeeeee

