#  Spring rainny 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
黎明时的清新空气清清爽爽。
[33m太阳刚从东方的地平线升起[0m
event_dawn
CYN

120
微风带着一缕泥土的芳香吹了起来，天光放亮了
[32m起风了，新发芽的枝叶在风中幽雅的摇曳着[0m
event_sunrise
GRN

180
微风似有似无，飘忽不定。丝丝柳絮漫漫飘荡，没有落处。
[36m风儿在树间草中轻快的飘动着，大地渐渐泛起了青色[0m
event_morning
GRN

180
已经是正午了，风渐渐地住了，大地一片新绿繁荣。
[1;37m现在是正午时分，太阳高挂在你的头顶正上方[0m
event_noon
GRN

180
太阳渐渐西斜，阳光在苍翠的叶面上反射出温馨的绿意。
[33m太阳正高挂在西方的天空中[0m
event_afternoon
GRN

180
傍晚了，树上刚刚发芽的嫩叶在风中摇弋着。
[31m一轮火红的夕阳正徘徊在西方的地平线上[0m
event_evening
GRN

120
夜晚降临了，远远近近的一点点灯火亮起。
[34m夜幕笼罩著大地[0m
event_night
BLU

240
已经是午夜了，春夜的星空有一种分外的温情，让你想起悠远以前的故事。
[34m夜幕低垂，满天繁星[0m
event_midnight
BLU
