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

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

[nongnu] elpa/gotham-theme 977ed0079f 047/214: Add whitespace-mode


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme 977ed0079f 047/214: Add whitespace-mode
Date: Fri, 7 Jan 2022 17:58:40 -0500 (EST)

branch: elpa/gotham-theme
commit 977ed0079fcd6a191910b8845b8b78a7c2f69527
Author: Vasilij Schneidermann <v.schneidermann@gmail.com>
Commit: Vasilij Schneidermann <v.schneidermann@gmail.com>

    Add whitespace-mode
---
 gotham-theme.el | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/gotham-theme.el b/gotham-theme.el
index 52309f0efc..06d235af41 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -265,17 +265,17 @@ depending on DISPLAY for keys which are either 
:foreground or
    ;; which-func-mode
    (which-func :foreground orange)
 
-   ;; FIXME whitespace-mode
-   ;; (whitespace-empty)
-   ;; (whitespace-hspace)
-   ;; (whitespace-indentation)
-   ;; (whitespace-line)
-   ;; (whitespace-newline)
-   ;; (whitespace-space)
-   ;; (whitespace-space-after-tab)
-   ;; (whitespace-space-before-tab)
-   ;; (whitespace-tab)
-   ;; (whitespace-trailing)
+   ;; whitespace-mode
+   (whitespace-empty :foreground base7 :background cyan)
+   (whitespace-hspace :foreground base7 :background magenta)
+   (whitespace-indentation :background yellow)
+   (whitespace-line :foreground base6 :background violet)
+   (whitespace-newline :foreground base3)
+   (whitespace-space :foreground base7 :background base2)
+   (whitespace-space-after-tab :foreground base7 :background orange)
+   (whitespace-space-before-tab :foreground base7 :background orange)
+   (whitespace-tab :background base3)
+   (whitespace-trailing :foreground base7 :background red)
 
    ;; external packages
 



reply via email to

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