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.
2 parents 859d45a + d94e7d6 commit 111f7d1Copy full SHA for 111f7d1
fireplace.el
@@ -74,12 +74,12 @@
74
(hot-core (/ actual-width 2)))
75
(delete-char actual-width)
76
(insert (propertize (make-string actual-width fireplace-fill-char)
77
- 'face `(:background ,"dark orange")))
+ 'face `(:background ,"orange red")))
78
(when (> hot-core 1)
79
(fireplace--gotoxy (+ x (/ hot-core 2)) y)
80
(delete-char hot-core)
81
(insert (propertize (make-string hot-core fireplace-fill-char)
82
- 'face `(:background ,"orange red"))))))
+ 'face `(:background ,"dark orange"))))))
83
84
(defun fireplace--smoke (x height)
85
(fireplace--gotoxy (if (>(random 3) 1)
0 commit comments