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

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

[nongnu] elpa/inkpot-theme b0e46fd9e1 101/104: Fix swiper-line-face rend


From: ELPA Syncer
Subject: [nongnu] elpa/inkpot-theme b0e46fd9e1 101/104: Fix swiper-line-face rendering comments unreadable
Date: Thu, 7 Jul 2022 12:01:31 -0400 (EDT)

branch: elpa/inkpot-theme
commit b0e46fd9e11ffddcd001204b703a48fefe51de58
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Fix swiper-line-face rendering comments unreadable
---
 changelog.rst   | 3 +++
 inkpot-theme.el | 6 +++++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/changelog.rst b/changelog.rst
index 25156c8997..75d3c6e8e5 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -3,6 +3,9 @@
 Change Log
 ##########
 
+- 2022-04-29
+   - Define a color for ``swiper-line-face`` which caused comments to be 
unreadable.
+
 - 2022-04-12
   - Add ``inkpot-theme-use-box`` boolean to disable the box outline for the 
mode-line and header.
 
diff --git a/inkpot-theme.el b/inkpot-theme.el
index c24c1bf43c..28d4ffbd6b 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -451,7 +451,11 @@
 
    ;; visual-indentation-mode (stand alone package).
    `(visual-indentation-light-face ((t (:background ,ip-slate-dark+15.7))))
-   `(visual-indentation-dark-face ((t (:background ,ip-slate-dark+7.9))))))
+   `(visual-indentation-dark-face ((t (:background ,ip-slate-dark+7.9))))
+
+   ;; swiper (melpa).
+   ;; NOTE: This color is needed as a more subtle tone that doesn't make 
comments unreadable.
+   `(swiper-line-face ((t (:background ,ip-grey+18 :extend t))))))
 
 ;;;###autoload
 (when load-file-name



reply via email to

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