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

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

[nongnu] elpa/inkpot-theme 3c66d4a09a 086/104: Add colors for highlight-


From: ELPA Syncer
Subject: [nongnu] elpa/inkpot-theme 3c66d4a09a 086/104: Add colors for highlight-symbol & idle-highlight-mode
Date: Thu, 7 Jul 2022 12:01:29 -0400 (EDT)

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

    Add colors for highlight-symbol & idle-highlight-mode
---
 inkpot-theme.el | 6 ++++++
 readme.rst      | 2 ++
 2 files changed, 8 insertions(+)

diff --git a/inkpot-theme.el b/inkpot-theme.el
index c23ac3d71c..08e1abc7e0 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -402,6 +402,12 @@
    ;; highlight-operators (melpa).
    `(highlight-operators-face ((t (:foreground ,ip-blue-bright))))
 
+   ;; highlight-symbol (melpa).
+   ;; Color selected because it's visible without being overly distracting.
+   `(highlight-symbol-face ((t (:background ,ip-slate-dark+15.7))))
+   ;; idle-highlight-mode (melpa).
+   `(idle-highlight ((t (:background ,ip-slate-dark+15.7))))
+
    ;; visual-indentation-mode (stand alone package).
    `(visual-indentation-light-face ((t (:background ,ip-slate-dark+15.7))))
    `(visual-indentation-dark-face ((t (:background ,ip-slate-dark+7.9))))))
diff --git a/readme.rst b/readme.rst
index 6859199173..ec087b5940 100644
--- a/readme.rst
+++ b/readme.rst
@@ -71,6 +71,8 @@ Other Packages:
    - ``highlight-indent-guides``.
    - ``highlight-number`` *(needed to match the original themes number color)*.
    - ``highlight-operators``.
+   - ``highlight-symbol``.
+     ``idle-highlight-mode``
    - ``ivy-mode``.
    - ``lsp-mode``.
    - ``neotree``.



reply via email to

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