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

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

[nongnu] elpa/inkpot-theme 046d0bb361 046/104: Add whitespace colors


From: ELPA Syncer
Subject: [nongnu] elpa/inkpot-theme 046d0bb361 046/104: Add whitespace colors
Date: Thu, 7 Jul 2022 12:01:08 -0400 (EDT)

branch: elpa/inkpot-theme
commit 046d0bb361500e14c718b00930d31c73890929cb
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Add whitespace colors
---
 inkpot-theme.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/inkpot-theme.el b/inkpot-theme.el
index 826e8cd092..d24d5b722b 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -59,6 +59,11 @@
  '(link ((t (:foreground "#ff8bff"))))
  '(link-visited ((t (:foreground "#cb6ecbv"))))  ; not a vim color, just a 
little darker
 
+ ;; white-space
+ '(whitespace-trailing ((nil (:background "#343443" :foreground nil))))
+ '(whitespace-space ((nil (:background nil :foreground "#434357"))))
+ '(whitespace-tab ((nil (:background nil :foreground "#434357"))))
+
  ; additions that fit in with the general theme
  '(button ((t (:underline t :foreground "#ff8bff"))))
  '(escape-glyph ((t (:foreground "#8b8bcd"))))   ; not matching gvim, just 
nice color



reply via email to

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