# ------------------------------------------------------------------------

# -monotype-courier new-medium-r-normal-*-*-95-*-*-m-*-iso8859-15
# 
# The 95 is the size in tenths of a point, ie 9.5 pt font.  Using this
# instead of pixels helps keep things the same size when changing
# display resolutions, if the dpi of the display is accurate...

# the normal gpe font
style "gpe_normal"
{
  font = "-*-helvetica-medium-r-*-*-12-*-*-*-p-*-iso8859-1"
  fg[NORMAL] = { 0.0, 0.0, 0.0 }
}

# the same normal font in bold
style "gpe_bold"
{
  font = "-*-helvetica-bold-r-*-*-12-*-*-*-*-*-iso8859-1"
  fg[NORMAL] = { 0.0, 0.0, 0.0 }
}

# the same normal font in italic
style "gpe_italic"
{
  font = "-*-helvetica-medium-o-*-*-12-*-*-*-*-*-iso8859-1"
  fg[NORMAL] = { 0.0, 0.0, 0.0 }
}

# the same normal font in bold-italic
style "gpe_bold_italic"
{
  font = "-*-helvetica-bold-o-*-*-12-*-*-*-*-*-iso8859-1"
  fg[NORMAL] = { 0.0, 0.0, 0.0 }
}

# ------------------------------------------------------------------------

# GPE common:
#    Set describing labels in this style.
style "gpe_labels"
{
# for now, this is just the regular black

  # light blue:
#   fg[NORMAL] = { 0.3, 0.3, 0.6 }
}

# Used as the Today frame title:
style "gpe_today_title" = "gpe_bold"
{
}

# Used in the Today view:
#    "there is an appointment today"
style "gpe_appt_today" = "gpe_bold"
{
  fg[NORMAL] = { 0.0, 0.0, 0.0 }
}

# Used in the Today view:
#    "an appointment is upcoming soon"
style "gpe_appt_upcoming" = "gpe_bold"
{
  fg[NORMAL] = { 0.6, 0.0, 0.0 }
}

# Used in the Today view:
#    "an appointment is ongoing right now"
style "gpe_appt_ongoing" = "gpe_bold"
{
  fg[NORMAL] = { 0.0, 0.0, 0.6 }
}

# gpe-login:
#    "Login incorrect" only for the time being
style "gpe_login_result"
{
  # red color:
  fg[NORMAL] = { 0.6, 0.0, 0.0 }
}

# gpe-ownerinfo:
#    Set the labels like "Name", "E-Mail" etc.
style "gpe_ownerinfo_labels"
{
  # grey color:
  fg[NORMAL] = { 0.3, 0.3, 0.3 }
}
