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

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

[nongnu] elpa/inkpot-theme 141ff63129 028/104: Add highlight-indent-guid


From: ELPA Syncer
Subject: [nongnu] elpa/inkpot-theme 141ff63129 028/104: Add highlight-indent-guides colors
Date: Thu, 7 Jul 2022 12:01:06 -0400 (EDT)

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

    Add highlight-indent-guides colors
    
    Update readme
---
 inkpot-theme.el |  7 +++++++
 readme.rst      | 30 +++++++++++++++++++++++-------
 2 files changed, 30 insertions(+), 7 deletions(-)

diff --git a/inkpot-theme.el b/inkpot-theme.el
index 4542a80161..f688896947 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -154,10 +154,17 @@
         '(font-latex-match-reference-keywords ((t (:foreground "#708090"))))
         '(font-latex-match-variable-keywords ((t (:foreground "#708090"))))
 
+        ;; Colors for popular plugins
+
+        ;; Ivy
         '(ivy-current-match ((t (:background "#4e4e8f" :foreground 
"#ffffff"))))
         ;; highlight matching chars (same as isearch)
         '(ivy-minibuffer-match-face-2 ((t (:background "#ad7b57" :foreground 
"#303030"))))
 
+        ;; Highlight Indent Guides
+        '(highlight-indent-guides-odd-face ((t (:background "#252530"))))
+        '(highlight-indent-guides-even-face ((t (:background "#1b1b24"))))
+
 )
 ;;;###autoload
 (when load-file-name
diff --git a/readme.rst b/readme.rst
index 958546743e..43ddb8d5f2 100644
--- a/readme.rst
+++ b/readme.rst
@@ -1,12 +1,28 @@
-emacs-inkpot
-============
+Emacs InkPot Theme
+==================
 
-a port of the vim inkpot theme for emacs deftheme
+This theme is a port of the Vim InkPot theme for Emacs ``deftheme``.
 
-This theme is still rough, but I've taken Per Vognsen's port of vim's 
wonderful inkpot,
-added some extra faces for org and gnus,
-and ported it to use the deftheme architecture.
+This theme is quite close to
+`Vim's wonderful InkPot theme 
<http://www.vim.org/scripts/script.php?script_id=1143>`__.
+
+
+Notes
+-----
+
+Added extra faces for:
+
+- gnus.
+- org-mode.
+- ivy-mode.
+- highlight-indent-guides.
+
+
+Differences the Original
+------------------------
+
+- Numbers currently don't use their own color
+  *(not supported by Emacs by default)*.
 
-You can find Per Vognsen's original at 
http://www.emacswiki.org/emacs/ColorThemeInkpot.
 
 Additions, corrections, and improvements are most welcome.



reply via email to

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