emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/gruber-darker-theme f9cba53ee7 098/121: whitespace: add al


From: ELPA Syncer
Subject: [nongnu] elpa/gruber-darker-theme f9cba53ee7 098/121: whitespace: add all the faces. Close #1.
Date: Mon, 12 Dec 2022 21:00:29 -0500 (EST)

branch: elpa/gruber-darker-theme
commit f9cba53ee7cd4eb06f42871b3a119aa373dd064f
Author: rexim <reximkut@gmail.com>
Commit: rexim <reximkut@gmail.com>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]