diff options
| -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")))) |
