#  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
