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

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

[nongnu] elpa/pacmacs f7b17f7cde 079/472: Set same background as foregro


From: ELPA Syncer
Subject: [nongnu] elpa/pacmacs f7b17f7cde 079/472: Set same background as foreground for color block. Close #59
Date: Thu, 6 Jan 2022 21:59:14 -0500 (EST)

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

    Set same background as foreground for color block. Close #59
---
 pacman-image.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pacman-image.el b/pacman-image.el
index df1849c2b2..07cf37a81d 100644
--- a/pacman-image.el
+++ b/pacman-image.el
@@ -44,7 +44,8 @@
    (make-vector
     width (make-bool-vector height t))
    'xbm t :width width :height height
-   :foreground color))
+   :foreground color
+   :background color))
 
 (defun pacman-create-transparent-block (width height)
   (create-image



reply via email to

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