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

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

[nongnu] elpa/inkpot-theme 614ccce439 096/104: Set the font for lsp-face


From: ELPA Syncer
Subject: [nongnu] elpa/inkpot-theme 614ccce439 096/104: Set the font for lsp-face-semhl-* faces
Date: Thu, 7 Jul 2022 12:01:30 -0400 (EDT)

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

    Set the font for lsp-face-semhl-* faces
---
 inkpot-theme.el | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/inkpot-theme.el b/inkpot-theme.el
index 5ea3b71263..a298383fc9 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -365,6 +365,13 @@
    ;; Arbitrary, could be a little lighter?
    `(lsp-face-semhl-comment ((t (:foreground ,ip-grey+25))))
 
+    ;; Without this, inherit from `font-lock-type-face' face which isn't so 
nice.
+    `(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-function ((t (:foreground ,ip-pink-dark))))
+
    ;; magit-commit-mark (melpa).
    `(magit-commit-mark-read-face ((t (:foreground ,ip-slate-light))))
    `(magit-commit-mark-unread-face ((t (:foreground ,ip-green-bright))))



reply via email to

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