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

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

[nongnu] elpa/inkpot-theme 5286e480bb 08/25: Add dap-ui-marker-face


From: ELPA Syncer
Subject: [nongnu] elpa/inkpot-theme 5286e480bb 08/25: Add dap-ui-marker-face
Date: Mon, 10 Jun 2024 13:00:51 -0400 (EDT)

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

    Add dap-ui-marker-face
---
 changelog.rst   | 3 +++
 inkpot-theme.el | 3 +++
 readme.rst      | 1 +
 3 files changed, 7 insertions(+)

diff --git a/changelog.rst b/changelog.rst
index 0cd06a6ec1..434e5f74d6 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -3,6 +3,9 @@
 Change Log
 ##########
 
+- 2022-08-19
+   - Add ``dap-ui-marker-face`` color.
+
 - 2022-08-12
    - Add ``anzu-mode-line`` color.
 
diff --git a/inkpot-theme.el b/inkpot-theme.el
index b51ce7d341..d0ed7276e1 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -410,6 +410,9 @@
     `(lsp-face-semhl-constant ((t (:foreground ,ip-cream-light))))
     `(lsp-face-semhl-function ((t (:foreground ,ip-pink-dark))))
 
+    ;; `dap-mode' (melpa).
+    `(dap-ui-marker-face ((t (:background ,ip-slate-dark+7.6))))
+
     ;; magit-commit-mark (melpa).
     `(magit-commit-mark-read-face ((t (:foreground ,ip-slate-light))))
     `(magit-commit-mark-unread-face ((t (:foreground ,ip-green-bright))))
diff --git a/readme.rst b/readme.rst
index 1f184dbfe4..f04a1d0529 100644
--- a/readme.rst
+++ b/readme.rst
@@ -74,6 +74,7 @@ Other Packages:
    - ``anzu``
    - ``idle-highlight-mode``
    - ``auto-complete``.
+   - ``dap-mode``.
    - ``diff-hl``
    - ``display-line-numbers``.
    - ``fancy-dabbrev``.



reply via email to

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