[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/kind-icon 11b802280f 1/2: Allow blending icon backgroun
From: |
ELPA Syncer |
Subject: |
[elpa] externals/kind-icon 11b802280f 1/2: Allow blending icon background on terminal frames |
Date: |
Sat, 6 May 2023 13:58:31 -0400 (EDT) |
branch: externals/kind-icon
commit 11b802280f9520e66b6c24e4b0c520867825f6f6
Author: Mohsin Kaleem <mohkale@kisara.moe>
Commit: Mohsin Kaleem <mohkale@kisara.moe>
Allow blending icon background on terminal frames
Closes #32.
---
kind-icon.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kind-icon.el b/kind-icon.el
index e321b2646f..b8266cdae6 100644
--- a/kind-icon.el
+++ b/kind-icon.el
@@ -310,7 +310,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 (and kind-icon-blend-background (not terminal))
+ (bg-col (if kind-icon-blend-background
(kind-icon--rgb-blend
(color-name-to-rgb col)
(color-name-to-rgb default-bg)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/kind-icon 11b802280f 1/2: Allow blending icon background on terminal frames,
ELPA Syncer <=