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

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

[nongnu] elpa/spacemacs-theme 5f3675a0a2 322/336: Add lsp-ui-doc faces


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 5f3675a0a2 322/336: Add lsp-ui-doc faces
Date: Fri, 14 Jan 2022 10:59:48 -0500 (EST)

branch: elpa/spacemacs-theme
commit 5f3675a0a2caa018664045ec4def83eaaafeca03
Author: Jordan Wade <jordan@jwade.net>
Commit: Jordan Wade <jordan@jwade.net>

    Add lsp-ui-doc faces
    
    See #143
---
 spacemacs-common.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index a8fdfda489..1229508278 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -624,6 +624,9 @@ to 'auto, tags may not be properly aligned. "
      `(linum-relative-current-face ((,class (:foreground ,comp))))
 
 ;;;;; lsp
+     `(lsp-ui-doc-background ((,class (:background ,bg2))))
+     `(lsp-ui-doc-header ((,class (:foreground ,head1 :background ,head1-bg))))
+
      `(lsp-ui-sideline-code-action ((,class (:foreground ,comp))))
 
 ;;;;; magit



reply via email to

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