branch: elpa/alect-themes
commit 69b28ed203cae407ede2040ce4d6b34fbcd4afc8
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>

    Use 'red-bg-1' for 'trailing-whitespace'
---
 alect-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/alect-themes.el b/alect-themes.el
index 6d8f4a3..ca2561e 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -444,7 +444,7 @@ For INVERT, see `alect-get-color'."
                                    :background ,(gc 'bg-2))))
          (minibuffer-prompt   ((,c :inherit alect-prompt)))
          (secondary-selection ((,c :background ,(gc 'bg+1))))
-         (trailing-whitespace ((,c :background ,(gc 'red))))
+         (trailing-whitespace ((,c :background ,(gc 'red-bg-1))))
          (vertical-border     ((,c :foreground ,(gc 'fg+1))))
          (window-divider      ((,c :foreground ,(gc 'green+2))))
          (window-divider-first-pixel ((,c :foreground ,(gc 'green+1))))

Reply via email to