#  Spring fine day phase
#  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
CYN

120
太阳吞吐着万道金芒，跃出地平线，大地一片金黄。
[33m太阳刚从东方的地平线冉冉升起[0m
event_sunrise
YEL

180
太阳越升越高了，金色的光芒照在身上热辣辣的。
[33m太阳正高挂在东方的天空中[0m
event_morning
YEL

180
已经是正午了，太阳从你正上方照耀著大地，知了在树上疯狂地叫着。
[1;37m现在是正午时分，太阳高挂在你的头顶正上方[0m
event_noon
WHT

180
太阳开始从西方的天空中慢慢沉落，焦灼的树叶无力地下垂着。
[33m太阳正高挂在西方的树梢上[0m
event_afternoon
WHT

180
傍晚了，太阳的馀晖将西方的天空映成一片火红。
[31m一轮火红的夕阳正徘徊在西方的地平线上[0m
event_evening
RED

120
夜晚悄悄地降临了，四野人声渐寂。
[34m夜幕笼罩著大地[0m
event_night
BLU

240
已经是午夜了，天上的星星如钻石般镶嵌在碧兰的天幕上。
[34m夜幕低垂，满天繁星[0m
event_midnight
BLU
