branch: elpa/gruber-darker-theme
commit f9cba53ee7cd4eb06f42871b3a119aa373dd064f
Author: rexim <[email protected]>
Commit: rexim <[email protected]>
whitespace: add all the faces. Close #1.
---
gruber-darker-theme.el | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/gruber-darker-theme.el b/gruber-darker-theme.el
index 5fa9971e4f..eb84ad2f23 100644
--- a/gruber-darker-theme.el
+++ b/gruber-darker-theme.el
@@ -312,12 +312,24 @@
;; Whitespace
`(whitespace-space ((t ,(list :background gruber-darker-bg
:foreground gruber-darker-bg+2))))
+ `(whitespace-tab ((t ,(list :background gruber-darker-bg
+ :foreground gruber-darker-bg+2))))
+ `(whitespace-hspace ((t ,(list :background gruber-darker-bg
+ :foreground gruber-darker-bg+2))))
+ `(whitespace-line ((t ,(list :background gruber-darker-bg+2
+ :foreground gruber-darker-red+1))))
`(whitespace-newline ((t ,(list :background gruber-darker-bg
:foreground gruber-darker-bg+2))))
`(whitespace-trailing ((t ,(list :background gruber-darker-red
:foreground gruber-darker-red))))
`(whitespace-empty ((t ,(list :background gruber-darker-yellow
:foreground gruber-darker-yellow))))
+ `(whitespace-indentation ((t ,(list :background gruber-darker-yellow
+ :foreground gruber-darker-red))))
+ `(whitespace-space-after-tab ((t ,(list :background gruber-darker-yellow
+ :foreground gruber-darker-yellow))))
+ `(whitespace-space-before-tab ((t ,(list :background gruber-darker-brown
+ :foreground gruber-darker-brown))))
))
;;;###autoload