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

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

[nongnu] elpa/spacemacs-theme 462ef2ac16 323/336: Merge pull request #17


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 462ef2ac16 323/336: Merge pull request #175 from jordanwade90/lsp-mode
Date: Fri, 14 Jan 2022 10:59:48 -0500 (EST)

branch: elpa/spacemacs-theme
commit 462ef2ac16ab8c51de21d5f3d2b1b6122b314391
Merge: 6b26508a60 5f3675a0a2
Author: Nasser Alshammari <designernasser@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #175 from jordanwade90/lsp-mode
    
    Add some lsp-mode faces
---
 spacemacs-common.el | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 868049a326..1229508278 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -623,6 +623,12 @@ to 'auto, tags may not be properly aligned. "
 ;;;;; linum-relative
      `(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
      `(magit-blame-culprit ((,class :background ,yellow-bg :foreground 
,yellow)))
      `(magit-blame-date    ((,class :background ,yellow-bg :foreground 
,green)))



reply via email to

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