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

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

[elpa] externals/kind-icon 7da31e4277: Disable background-blending on te


From: ELPA Syncer
Subject: [elpa] externals/kind-icon 7da31e4277: Disable background-blending on terminal
Date: Tue, 7 Jun 2022 13:57:48 -0400 (EDT)

branch: externals/kind-icon
commit 7da31e42778d891f01b2783543912c0cbab47c6f
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>

    Disable background-blending on terminal
---
 kind-icon.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kind-icon.el b/kind-icon.el
index 3ee5d7e68c..3848bb5939 100644
--- a/kind-icon.el
+++ b/kind-icon.el
@@ -271,7 +271,7 @@ background-color."
                   (default-bg (if kind-icon-default-face
                                   (face-attribute kind-icon-default-face 
:background nil t)
                                 (frame-parameter nil 'background-color)))
-                  (bg-col (if kind-icon-blend-background
+                  (bg-col (if (and kind-icon-blend-background (not terminal))
                               (kind-icon--rgb-blend
                                (color-name-to-rgb col)
                                (color-name-to-rgb default-bg)



reply via email to

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