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

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

[nongnu] elpa/oblivion-theme f2217357bc 5/8: Add slightly lighter backgr


From: ELPA Syncer
Subject: [nongnu] elpa/oblivion-theme f2217357bc 5/8: Add slightly lighter background color for whitespace-tab
Date: Thu, 7 Jul 2022 12:01:56 -0400 (EDT)

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

    Add slightly lighter background color for whitespace-tab
    
    Without this it's difficult to tell the tabs from spaces.
---
 changelog.rst     | 3 +++
 oblivion-theme.el | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/changelog.rst b/changelog.rst
index ac3bc86433..8319dd4291 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -3,6 +3,9 @@
 Change Log
 ##########
 
+- 2022-04-28
+  - Use a slightly brighter background color for ``whitespace-tab``.
+
 - 2022-04-11
   - Set heading colors for ``markdown-mode``.
 
diff --git a/oblivion-theme.el b/oblivion-theme.el
index 40b64a7d0f..52f746a4ea 100644
--- a/oblivion-theme.el
+++ b/oblivion-theme.el
@@ -140,7 +140,7 @@
     ;; white-space.
     `(whitespace-trailing ((nil (:background ,ob-aluminium4 :foreground nil))))
     `(whitespace-space ((nil (:background nil :foreground ,ob-aluminium4))))
-    `(whitespace-tab ((nil (:background nil :foreground ,ob-aluminium4))))
+    `(whitespace-tab ((nil (:background ,ob-aluminium6+5 :foreground 
,ob-aluminium4))))
 
     ;; xref mode.
     `(xref-line-number ((t (:background ,ob-aluminium6+16 :foreground 
,ob-aluminium4))))



reply via email to

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