Fix whitespace-mode settings
This commit is contained in:
parent
e8bb52a2d9
commit
8d586b3547
2 changed files with 8 additions and 4 deletions
|
@ -84,8 +84,8 @@
|
|||
`(font-lock-doc-face ((t (:foreground ,comments))))
|
||||
|
||||
`(trailing-whitespace ((t (:background "#884444"))))
|
||||
`(whitespace-tab ((t (:foreground "#444444"))))
|
||||
`(whitespace-newline ((t (:foreground "#444444"))))
|
||||
`(whitespace-tab ((t (:foreground ,line-hl))))
|
||||
`(whitespace-newline ((t (:foreground ,line-hl))))
|
||||
`(whitespace-trailing ((t (:background "#553333"))))
|
||||
|
||||
`(highlight-indentation-face ((t (:background "#2f3641"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue