Commit 7cdbe143a960

Vincent Demeester <vincent@sbr.pm>
2020-03-03 21:31:07
Add whitespace-* to shortbrain theme too (dark)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 9f716a3
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))))