mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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))))
|
||||
|
||||
`(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