[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.
- [nongnu] elpa/inkpot-theme 7fb48d4216 022/104: Correct modeline variable names, (continued)
- [nongnu] elpa/inkpot-theme 7fb48d4216 022/104: Correct modeline variable names, ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme b962f44136 035/104: Correct paren-match color, ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme 054c125b49 051/104: Show box around mode-line, ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme c25e622b8a 029/104: Add helm color, ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme 288927565d 034/104: Unindent text, ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme 0173f2d80f 019/104: match vim for selected text, ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme d6a0255d52 021/104: Use brighter contrast for ivy selected item, ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme 046d0bb361 046/104: Add whitespace colors, ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme b6603694e1 060/104: Use line number color for xref mode, ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme c0b316a0dd 061/104: Cleanup: comments, ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme 141ff63129 028/104: Add highlight-indent-guides colors,
ELPA Syncer <=
- [nongnu] elpa/inkpot-theme 56bf0523c0 056/104: Auto-format code, ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme 8b648afaaa 059/104: Update readme.rst, ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme bc5052ac11 048/104: readme.rst: minor edits, ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme 52fcb8ffc3 050/104: Support emacs 26+ 'display-line-numbers-mode', ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme c23645020c 072/104: Add ediff color support, ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme 19d8c29f5c 074/104: Add extra font-lock faces for regex escaping, ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme 5d2f092100 080/104: Add colors for compilation mode, ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme c58bc89269 076/104: Add screenshots to the readme.rst, ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme 0c8b2024fe 083/104: Add theme colors `error` & `show-paren-mismatch`, ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme 7c3a0a76fa 084/104: Cleanup: use uppercase GVIM, ELPA Syncer, 2022/07/07