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

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

[nongnu] elpa/ample-theme e62f3c1 066/137: whitespace-mode colors


From: ELPA Syncer
Subject: [nongnu] elpa/ample-theme e62f3c1 066/137: whitespace-mode colors
Date: Thu, 21 Oct 2021 18:00:19 -0400 (EDT)

branch: elpa/ample-theme
commit e62f3c1c27e776f8009eb465b4633258a368b7ce
Author: unknown <jordon.biondo@WIND-021.sp.lan>
Commit: unknown <jordon.biondo@WIND-021.sp.lan>

    whitespace-mode colors
---
 ample-theme.el | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/ample-theme.el b/ample-theme.el
index 2638505..43b5df7 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -492,6 +492,17 @@
    `(gnus-summary-normal-unread                        ((t (:foreground 
,ample/light-blue :background nil))))
    `(gnus-summary-selected                     ((t (:foreground nil 
:background nil :underline t))))
 
+   ;; whitespace mode
+   `(whitespace-empty                  ((t (:foreground ,ample/gray 
:background "gray10"))))
+   `(whitespace-hspace                 ((t (:foreground ,ample/gray 
:background "grey11"))))
+   `(whitespace-indentation            ((t (:foreground ,ample/gray 
:background "gray12"))))
+   `(whitespace-line                   ((t (:foreground ,ample/purple 
:background nil))))
+   `(whitespace-newline                        ((t (:foreground ,ample/gray 
:background nil))))
+   `(whitespace-space                  ((t (:foreground ,ample/gray 
:background nil))))
+   `(whitespace-space-after-tab                ((t (:foreground ,ample/gray 
:background "gray13"))))
+   `(whitespace-space-before-tab       ((t (:foreground ,ample/gray 
:background "gray14"))))
+   `(whitespace-tab                    ((t (:foreground ,ample/gray 
:background "grey15"))))
+   `(whitespace-trailing               ((t (:foreground ,ample/rb3 :background 
,ample/bg :bold t))))
 
    ;;magit
    `(magit-branch                              ((t (:foreground ,ample/orange 
:background nil))))



reply via email to

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