emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/pacmacs 09ad044887 232/472: Better color for walls (#131)


From: ELPA Syncer
Subject: [nongnu] elpa/pacmacs 09ad044887 232/472: Better color for walls (#131)
Date: Thu, 6 Jan 2022 21:59:27 -0500 (EST)

branch: elpa/pacmacs
commit 09ad044887833d2fa3b26491c73df2f4e64f4a6c
Author: rexim <reximkut@gmail.com>
Commit: rexim <reximkut@gmail.com>

    Better color for walls (#131)
---
 pacmacs.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pacmacs.el b/pacmacs.el
index f7d90f386b..59f9fa3a93 100644
--- a/pacmacs.el
+++ b/pacmacs.el
@@ -461,7 +461,7 @@
                 (if (not (equal type 'wall))
                     (pacmacs--render-object anim-object)
                   (pacmacs-insert-image (apply #'pacmacs--create-wall-block
-                                               40 40 "blue"
+                                               40 40 "#5555ff"
                                                (-map (-lambda ((row . column))
                                                        (not 
(pacmacs--wall-at-p row column)))
                                                      (pacmacs--possible-ways 
row column)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]