Commit fbcf07e9ebff

Vincent Demeester <vincent@sbr.pm>
2019-03-01 16:11:53
shortbrain-theme: add whitespace-space and whitespace-tab faces
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 77c3e6e
Changed files (1)
lisp/shortbrain-theme.el
@@ -131,6 +131,8 @@
    `(region ((t (:background ,bg-highlight :foreground ,fg :inverse-video nil))))
    `(slime-repl-inputed-output-face ((t (:foreground ,fg))))
    `(whitespace-line ((t (:background ,bg-highlight-2 :foreground ,fg))))
+   `(whitespace-space ((t (:background ,bg :foreground ,fg-slight-dim))))
+   `(whitespace-tab ((t (:background ,bg :foreground ,fg-slight-dim))))
 
    ;; org
    `(org-agenda-date ((t (:foreground ,fg :height 1.2))))