mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Add faces for tab + trailing-whitespace to theme
This commit is contained in:
@ -99,7 +99,8 @@
|
|||||||
`(font-lock-doc-string-face ((t (:foreground ,strings))))
|
`(font-lock-doc-string-face ((t (:foreground ,strings))))
|
||||||
|
|
||||||
`(my-carriage-return-face ((t (:foreground "#555555"))))
|
`(my-carriage-return-face ((t (:foreground "#555555"))))
|
||||||
`(my-tab-face ((t (:foreground "#555555")))))
|
`(my-tab-face ((t (:foreground "#555555"))))
|
||||||
|
`(trailing-whitespace ((t (:background "#884444")))))
|
||||||
|
|
||||||
;; *****************************************************************************************
|
;; *****************************************************************************************
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user