Commit 9f716a3b3bb1
Changed files (2)
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))))