We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 191dc21 commit 6b153e0Copy full SHA for 6b153e0
fireplace.el
@@ -54,12 +54,12 @@
54
(hot-core (/ actual-width 2)))
55
(delete-char actual-width)
56
(insert (propertize (make-string actual-width fireplace-fill-char)
57
- 'face `(:background ,"dark orange")))
+ 'face `(:background ,"orange red")))
58
(when (> hot-core 1)
59
(gotoxy (+ x (/ hot-core 2)) y)
60
(delete-char hot-core)
61
(insert (propertize (make-string hot-core fireplace-fill-char)
62
- 'face `(:background ,"orange red"))))))
+ 'face `(:background ,"dark orange"))))))
63
64
(defun smoke (x height)
65
(gotoxy (if (>(random 3) 1)
0 commit comments