Custom faces for whitespace-mode and highlight-indent faces
This commit is contained in:
parent
9fbb924592
commit
b3e5d578cd
1 changed files with 13 additions and 10 deletions
|
@ -79,7 +79,7 @@
|
||||||
:background ,gutters
|
:background ,gutters
|
||||||
:box (:line-width 3 :color ,gutters) ))))
|
:box (:line-width 3 :color ,gutters) ))))
|
||||||
|
|
||||||
`(highlight-indentation-face ((t (:background ,gutters) )))
|
`(highlight-indentation-face ((t (:background ,linum) )))
|
||||||
`(highlight-indentation-current-column-face ((t (:background ,gutters-active) )))
|
`(highlight-indentation-current-column-face ((t (:background ,gutters-active) )))
|
||||||
|
|
||||||
`(flyspell-incorrect ((t (:underline "#ff5555" :inherit unspecified))))
|
`(flyspell-incorrect ((t (:underline "#ff5555" :inherit unspecified))))
|
||||||
|
@ -96,7 +96,10 @@
|
||||||
`(font-lock-comment-face ((t (:foreground ,comments))))
|
`(font-lock-comment-face ((t (:foreground ,comments))))
|
||||||
`(font-lock-comment-delimiter-face ((t (:foreground ,comments))))
|
`(font-lock-comment-delimiter-face ((t (:foreground ,comments))))
|
||||||
`(font-lock-function-name-face ((t (:foreground ,functions))))
|
`(font-lock-function-name-face ((t (:foreground ,functions))))
|
||||||
`(font-lock-doc-string-face ((t (:foreground ,strings)))))
|
`(font-lock-doc-string-face ((t (:foreground ,strings))))
|
||||||
|
|
||||||
|
`(my-carriage-return-face ((t (:foreground "#555555"))))
|
||||||
|
`(my-tab-face ((t (:foreground "#555555")))))
|
||||||
|
|
||||||
;; *****************************************************************************************
|
;; *****************************************************************************************
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue