mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
fix(theme): override whitespace-tab background to match normal bg color
This commit is contained in:
@@ -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) ))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user