commit ac1766f0010d8184fdb256faa9f1242a1e5af1d2
parent 3256ae28c2981b13136c74853a7ce1c02f9612ca
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Thu, 31 Dec 2020 12:42:29 +0100
Make whitespace markers less noisy
Straying further and further from the "2×8" principle… Ah well, I've
never applied it consistently anyway.
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/eighters-theme.el b/eighters-theme.el
@@ -50,6 +50,8 @@
'(compilation-mode-line-exit ((t (:inherit (compilation-info)))))
'(compilation-mode-line-fail ((t (:inherit (compilation-error)))))
'(calendar-today ((t (:inverse-video t))))
+ '(whitespace-space ((t (:foreground "gray30"))))
+ '(whitespace-newline ((t (:foreground "gray30"))))
;; Main diff faces, and heirs.
'(diff-added ((t (:background "#091117"))))
'(diff-removed ((t (:background "#170f00"))))