Commit 9f716a3b3bb1

Vincent Demeester <vincent@sbr.pm>
2020-03-03 18:23:58
Change default whitespace-tab face 👼
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 8dc94d6
lisp/shortbrain-light-theme.el
@@ -186,6 +186,7 @@
    ;; Erroneous whitespace
    `(whitespace-line ((,class (:foreground ,error-fg :background ,error-bg))))
    `(whitespace-space ((,class (:foreground ,builtin-fg :background ,hl-line-bg))))
+   `(whitespace-tab ((,class (:foreground ,builtin-fg :background ,hl-line-bg))))
 
    ;; Language syntax highlighting
    `(font-lock-builtin-face ((,class (:foreground ,builtin-fg))))
emacs.org
@@ -2041,6 +2041,7 @@
      ;; Erroneous whitespace
      `(whitespace-line ((,class (:foreground ,error-fg :background ,error-bg))))
      `(whitespace-space ((,class (:foreground ,builtin-fg :background ,hl-line-bg))))
+     `(whitespace-tab ((,class (:foreground ,builtin-fg :background ,hl-line-bg))))
 
      ;; Language syntax highlighting
      `(font-lock-builtin-face ((,class (:foreground ,builtin-fg))))