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

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

[nongnu] elpa/oblivion-theme 37e562b92c 7/8: Fix swiper-line-face render


From: ELPA Syncer
Subject: [nongnu] elpa/oblivion-theme 37e562b92c 7/8: Fix swiper-line-face rendering comments unreadable
Date: Thu, 7 Jul 2022 12:01:56 -0400 (EDT)

branch: elpa/oblivion-theme
commit 37e562b92cebafbc38ea817ac7bdf7b41576eeca
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

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

diff --git a/changelog.rst b/changelog.rst
index 8319dd4291..f5c5397935 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-28
   - Use a slightly brighter background color for ``whitespace-tab``.
 
diff --git a/oblivion-theme.el b/oblivion-theme.el
index 52f746a4ea..292af4926a 100644
--- a/oblivion-theme.el
+++ b/oblivion-theme.el
@@ -353,7 +353,11 @@
 
     ;; visual-indentation-mode (stand alone package).
     `(visual-indentation-light-face ((t (:background ,ob-aluminium6+16))))
-    `(visual-indentation-dark-face ((t (:background ,ob-aluminium6+5))))))
+    `(visual-indentation-dark-face ((t (:background ,ob-aluminium6+5))))
+
+    ;; swiper (melpa).
+    ;; NOTE: This color is needed as a more subtle tone that doesn't make 
comments unreadable.
+    `(swiper-line-face ((t (:background ,ob-aluminium6+5 :extend t))))))
 
 ;;;###autoload
 (when load-file-name



reply via email to

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