I wish You a merry Solstice and happy New 2019 Year!

www.kitox.com/downloads/Greetings-2019.lsp

(setvar "cmdecho" 0)
(setq r 0 x -1 y -1 z 1 c 0)
(vl-cmdf ".shademode" "_flat")
(vl-cmdf "
.vpoint" "-0.75,-2,0.35")
(repeat 252
(vl-cmdf ".circle" (list x y (setq z (- z 5)))
(setq r (1+ (* 1.05 r)))
)
(vl-cmdf "
.region" (entlast) "")
(vl-cmdf ".change" (entlast) "" "_properties" "_color" (setq c (1+ c)) "")
)
(vl-cmdf "
.zoom" "extents")
(repeat 85
(vl-cmdf "
.zoom" "_scale" 1.1)
)
(setq sapi (vlax-create-object "Sapi.SpVoice"))
(vlax-invoke sapi "Speak" "I wish You a merry Solstice and happy New 2019 Year!" 0)
(vlax-release-object sapi)
(princ "Load www.kitox.com/downloads/winter.lsp for more fun")