#
#  The definition of day phase
#  Format:
#       length          length of the phase in seconds
#       time_msg        msg sent to outdoors user at phase starts
#       desc_msg        desc looked during the period before next phase
#       event_fun       the function is called in NATURE_D at the phase starts
#
#  Phase starts at 0:00 every day
#
#  Note the length of a phase is in minutes of a day.
#

# The two lines defines the data format in 2 lines as
#
#  field1:field2:field3....
#  format1:format2:format3....
#

length:time_msg:desc_msg:event_fun:outcolor
%d:%s:%s:%s:%s

# The following lines are data, each non-blank line will fill in each field
# in each record sequently.

240
天亮了，起床了，新的一天开始了。
[36m晨曦微露，万籁俱寂[0m
event_dawn
BLU

120
早读马上就要开始了，大家都在匆忙的赶着上学。
[31m太阳刚从东方的地平线升起[0m
event_sunrise
RED

180
上完第三节课，该有一段休息的时间了。
[33m阳光从东方的天空中斜射入教室[0m
event_morning
YEL

180
11：55分，终于放学了。
[37m阳光从头顶上烘烤着回家的同学们[0m
event_noon
WHT

180
下午的课就要上完了，也快放学了。
[36m太阳正高挂在西方的天空中[0m
event_afternoon
WHT

180
太阳下山了，你也该回家了。
[31m一轮火红的夕阳正徘徊在西方的地平线上[0m
event_evening
RED

120
天黑了，是时候去上晚自习了。
[34m夜幕笼罩著大地[0m
event_night
CYN

240
九点半了，该下晚自习了。
[34m夜幕低垂，满天繁星[0m
event_midnight
BLU
