summaryrefslogtreecommitdiff
path: root/eighters-theme.el
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2020-12-31 12:42:29 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2020-12-31 12:42:29 +0100
commitac1766f0010d8184fdb256faa9f1242a1e5af1d2 (patch)
treececcbfa17238fec70104da462757cd52a374bc95 /eighters-theme.el
parent3256ae28c2981b13136c74853a7ce1c02f9612ca (diff)
downloadeighters-theme-ac1766f0010d8184fdb256faa9f1242a1e5af1d2.tar.xz
Make whitespace markers less noisy
Straying further and further from the "2×8" principle… Ah well, I've never applied it consistently anyway.
Diffstat (limited to 'eighters-theme.el')
-rw-r--r--eighters-theme.el2
1 files changed, 2 insertions, 0 deletions
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"))))