Commit 7cdbe143a960
Changed files (2)
lisp/shortbrain-theme.el
@@ -181,6 +181,8 @@
;; 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
@@ -1799,6 +1799,8 @@
;; 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))))