diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-12-31 12:42:29 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-12-31 12:42:29 +0100 |
| commit | ac1766f0010d8184fdb256faa9f1242a1e5af1d2 (patch) | |
| tree | ceccbfa17238fec70104da462757cd52a374bc95 | |
| parent | 3256ae28c2981b13136c74853a7ce1c02f9612ca (diff) | |
| download | eighters-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.
| -rw-r--r-- | eighters-theme.el | 2 |
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")))) |
