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

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

[nongnu] elpa/inkpot-theme 42925d5213 098/104: Add font-lock-doc-markup-


From: ELPA Syncer
Subject: [nongnu] elpa/inkpot-theme 42925d5213 098/104: Add font-lock-doc-markup-face
Date: Thu, 7 Jul 2022 12:01:31 -0400 (EDT)

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

    Add font-lock-doc-markup-face
---
 changelog.rst   | 2 ++
 inkpot-theme.el | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/changelog.rst b/changelog.rst
index d8f3415929..f334d788a3 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -3,6 +3,8 @@
 Change Log
 ##########
 
+- 2022-04-07
+  - Add colors for ``font-lock-doc-markup-face``.
 
 - 2022-01-26
   - Add colors for ``scroll-bar``.
diff --git a/inkpot-theme.el b/inkpot-theme.el
index 5dcc8dccf4..dbba412c3f 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -128,6 +128,7 @@
    `(font-lock-comment-face ((t (:foreground ,ip-orange-bright))))
    `(font-lock-comment-delimiter-face ((t (:inherit font-lock-comment-face))))
    `(font-lock-doc-face ((t (:foreground ,ip-blue-bright)))) ;; Alternate 
comment face.
+   `(font-lock-doc-markup-face ((t (:foreground ,ip-orange-dark))))
    `(font-lock-constant-face ((t (:foreground ,ip-cyan-mid))))
    `(font-lock-function-name-face ((t (:foreground ,ip-pink-dark))))
    `(font-lock-keyword-face ((t (:foreground ,ip-blue-bright))))
@@ -371,7 +372,7 @@
     `(lsp-face-semhl-interface ((t (:foreground ,ip-pink-dark))))
     `(lsp-face-semhl-parameter ((t (:foreground ,ip-cream-light))))
     `(lsp-face-semhl-variable ((t (:foreground ,ip-cream-light))))
-    `(lsp-face-semhl-constant ((t (:foreground ,ip-cyan-mid))))
+    `(lsp-face-semhl-constant ((t (:foreground ,ip-cream-light))))
     `(lsp-face-semhl-function ((t (:foreground ,ip-pink-dark))))
 
    ;; magit-commit-mark (melpa).



reply via email to

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