#include "BibView"

! Colors for cardwindow
! Color for "focus" field
BibView.focusColor:             red
! Color for "required" field
BibView.reqColor:                  LightBlue
! Color for fields, where one out of two is required, e.g. author/editor
BibView.authedColor:               SeaGreen1
! Color for "normal" field
BibView*cardWin.carddesk*field.borderColor:             black
! Color for font
BibView*cardWin.carddesk*foreground:            black

BibView*foreground:                      SteelBlue
BibView*commandBox*foreground:           SteelBlue
BibView*commandBox*borderColor:          Black
BibView*commandBox*menuLabel.foreground: SlateBlue
BibView*SimpleMenu*foreground:           SteelBlue
BibView*SimpleMenu*line.foreground:      SlateGrey

BibView*errorWin*type.foreground:  red3
BibView*errorIcon*foreground:      red3
BibView*warnWin*type.foreground:   red3
BibView*warnIcon*foreground:       red3
BibView*noticeWin*type.foreground: purple3
BibView*noticeIcon*foreground:     purple3
BibView*listWin*foreground:        Maroon
BibView*cardWin*foreground:        Maroon
BibView*errorWin*type.foreground:  red3
BibView*errorIcon*foreground:      red3
BibView*warnWin*type.foreground:   purple3
BibView*warnIcon*foreground:       purple3
BibView*noticeWin*type.foreground:   purple3
BibView*noticeIcon*foreground:       purple3
