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

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

[nongnu] elpa/inkpot-theme 8d59548ff5 047/104: Add 'visual-indentation-m


From: ELPA Syncer
Subject: [nongnu] elpa/inkpot-theme 8d59548ff5 047/104: Add 'visual-indentation-mode' colors
Date: Thu, 7 Jul 2022 12:01:08 -0400 (EDT)

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

    Add 'visual-indentation-mode' colors
---
 inkpot-theme.el | 3 +++
 readme.rst      | 7 ++++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/inkpot-theme.el b/inkpot-theme.el
index d24d5b722b..6bcd754145 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -241,6 +241,9 @@
  '(highlight-indent-guides-odd-face ((t (:background "#252530"))))
  '(highlight-indent-guides-even-face ((t (:background "#1b1b24"))))
 
+ ;; visual-indentation-mode (stand alone package)
+ '(visual-indentation-light-face ((t (:background "#343443"))))
+ '(visual-indentation-dark-face ((t (:background "#252530"))))
 )
 ;;;###autoload
 (when load-file-name
diff --git a/readme.rst b/readme.rst
index 307b567a7f..d110cb2595 100644
--- a/readme.rst
+++ b/readme.rst
@@ -28,13 +28,14 @@ Formats:
 
 Plugins:
 
+- ``auto-complete``.
 - ``gnus``.
-- ``neotree``.
-- ``ivy-mode``.
 - ``helm-mode``.
-- ``auto-complete``.
 - ``highlight-indent-guides``.
 - ``highlight-number`` *(needed to match the original themes number color)*.
+- ``ivy-mode``.
+- ``neotree``.
+- ``visual-indentation-mode``.
 
 
 Additions, corrections, and improvements are most welcome.



reply via email to

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