fix(theme): override whitespace-tab background to match normal bg color

This commit is contained in:
2021-06-14 10:35:58 +01:00
parent 38544ef7f2
commit 3ab4ef51e3

View File

@@ -22,6 +22,10 @@
:background ,(doom-color 'bg) ))))
`(font-lock-comment-face ((t ( :foreground ,(doom-lighten 'comments 0.15) ))))
;; whitespace-mode
`(whitespace-tab ((t ( :foreground ,(doom-color 'base4)
:background ,(doom-color 'bg) ))))
;; fill-column-indicator
`(fill-column-indicator ((t ( :foreground ,(doom-lighten 'base3 0.10) ))))