Skip to content

Commit 111f7d1

Browse files
committed
2 parents 859d45a + d94e7d6 commit 111f7d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fireplace.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@
7474
(hot-core (/ actual-width 2)))
7575
(delete-char actual-width)
7676
(insert (propertize (make-string actual-width fireplace-fill-char)
77-
'face `(:background ,"dark orange")))
77+
'face `(:background ,"orange red")))
7878
(when (> hot-core 1)
7979
(fireplace--gotoxy (+ x (/ hot-core 2)) y)
8080
(delete-char hot-core)
8181
(insert (propertize (make-string hot-core fireplace-fill-char)
82-
'face `(:background ,"orange red"))))))
82+
'face `(:background ,"dark orange"))))))
8383

8484
(defun fireplace--smoke (x height)
8585
(fireplace--gotoxy (if (>(random 3) 1)

0 commit comments

Comments
 (0)