#  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
%d:%s:%s:%s

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

240
[36m玉兔西垂，启明东升，东方泛起了[1;37m鱼肚白
[36m东方的天空渐渐地[1;37m发白了
event_dawn

120
[1;36m一道耀眼的[0m[33m金光[1;36m倏的从东方的天边射了出来，一轮[1;31m红日[1;36m跃出天际
[1;36m太阳从东方的地平线冉冉升起，放射着耀眼的光芒
event_sunrise

180
[1;36m太阳已经高高地挂在东方的碧蓝的天空中散射着柔和的光芒，轻轻洒在[1;32m嫩绿的枝芽上
[1;32m灿烂的阳光遍洒在大地新发的嫩绿枝芽上
event_morning

180
[1;37m已经是正午了，阳光下蝶飞蜂舞，百花丛里掩不住春泥的芬芳
[1;37m现在是正午时分，太阳高挂在你的头顶正上方
event_noon

180
[1;36m太阳开始从西方的瓦蓝瓦蓝的天空中，暖暖地照着万物生机
[1;36m太阳正高挂在西方的天空中
event_afternoon

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

120
[1;34m结束一天的喧闹，夜晚悄悄地降临了
[1;34m夜幕笼罩著大地，四野渐渐沉寂
event_night

240
[34m已经是午夜了，[1;37m明月[0m[34m当空，春寒料峭
[34m夜幕低垂，满天[1;37m繁星
event_midnight
