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

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

[nongnu] elpa/inkpot-theme 1ca7141686 089/104: Add colors for magit-comm


From: ELPA Syncer
Subject: [nongnu] elpa/inkpot-theme 1ca7141686 089/104: Add colors for magit-commit-mark package
Date: Thu, 7 Jul 2022 12:01:30 -0400 (EDT)

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

    Add colors for magit-commit-mark package
---
 changelog.rst   | 3 +++
 inkpot-theme.el | 6 ++++++
 readme.rst      | 3 ++-
 3 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/changelog.rst b/changelog.rst
index 9e3a0bb929..9ff8965f53 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -3,6 +3,9 @@
 Change Log
 ##########
 
+- 2021-11-01
+  - Add colors for ``magit-commit-mark``.
+
 - 2021-10-05
   - Improve header contrast for ``diff-mode``.
 
diff --git a/inkpot-theme.el b/inkpot-theme.el
index 67a46413a5..865ebed0b6 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -371,6 +371,12 @@
    `(lsp-face-highlight-read ((t (:background ,ip-slate-dark+7.9))))
    `(lsp-face-highlight-write ((t (:background ,ip-slate-dark+7.9))))
    `(lsp-face-highlight-textual ((t (:background ,ip-slate-dark+7.9))))
+   ;; Arbitrary, could be a little lighter?
+   `(lsp-face-semhl-comment ((t (:foreground ,ip-grey+25))))
+
+   ;; magit-commit-mark (melpa).
+   `(magit-commit-mark-read-face ((t (:foreground ,ip-slate-light))))
+   `(magit-commit-mark-unread-face ((t (:foreground ,ip-green-bright))))
 
    ;; auto-complete (melpa).
    `(ac-candidate-face ((t (:foreground ,ip-white :background ,ip-slate-mid))))
diff --git a/readme.rst b/readme.rst
index ec087b5940..0c14db1381 100644
--- a/readme.rst
+++ b/readme.rst
@@ -62,6 +62,7 @@ Bundled Packages:
    - ``xref``
 
 Other Packages:
+     ``idle-highlight-mode``
    - ``auto-complete``.
    - ``diff-hl``
    - ``display-line-numbers``.
@@ -72,9 +73,9 @@ Other Packages:
    - ``highlight-number`` *(needed to match the original themes number color)*.
    - ``highlight-operators``.
    - ``highlight-symbol``.
-     ``idle-highlight-mode``
    - ``ivy-mode``.
    - ``lsp-mode``.
+   - ``magit-commit-mark``.
    - ``neotree``.
    - ``treemacs``.
    - ``visual-indentation-mode``.



reply via email to

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