From ac1766f0010d8184fdb256faa9f1242a1e5af1d2 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Thu, 31 Dec 2020 12:42:29 +0100 Subject: Make whitespace markers less noisy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Straying further and further from the "2×8" principle… Ah well, I've never applied it consistently anyway. --- eighters-theme.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'eighters-theme.el') diff --git a/eighters-theme.el b/eighters-theme.el index 267e97d..e609305 100644 --- 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")))) -- cgit v1.2.3