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

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

[nongnu] elpa/inkpot-theme fb5839ae73 079/104: Add color for 'highlight-


From: ELPA Syncer
Subject: [nongnu] elpa/inkpot-theme fb5839ae73 079/104: Add color for 'highlight-operators' package
Date: Thu, 7 Jul 2022 12:01:26 -0400 (EDT)

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

    Add color for 'highlight-operators' package
---
 changelog.rst   | 5 +++++
 inkpot-theme.el | 3 +++
 readme.rst      | 1 +
 3 files changed, 9 insertions(+)

diff --git a/changelog.rst b/changelog.rst
index 7ae1d4a4ee..538a03a1c6 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -3,6 +3,11 @@
 Change Log
 ##########
 
+
+- 2020-11-03
+
+  - Add ``highlight-operators`` color.
+
 - 2020-01-27
 
   - Add ``ediff`` mode colors.
diff --git a/inkpot-theme.el b/inkpot-theme.el
index 6a02e9fbfb..ac4dedecc5 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -380,6 +380,9 @@
    `(highlight-indent-guides-odd-face ((t (:background ,ip-slate-dark+15.7))))
    `(highlight-indent-guides-even-face ((t (:background ,ip-slate-dark+7.9))))
 
+   ;; highlight-operators (melpa).
+   `(highlight-operators-face ((t (:foreground ,ip-blue-bright))))
+
    ;; 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 a75fcbeb82..589a4d2071 100644
--- a/readme.rst
+++ b/readme.rst
@@ -66,6 +66,7 @@ Plugins:
    - ``helm-mode``.
    - ``highlight-indent-guides``.
    - ``highlight-number`` *(needed to match the original themes number color)*.
+   - ``highlight-operators``.
    - ``ivy-mode``.
    - ``lsp-mode``.
    - ``neotree``.



reply via email to

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