Skip to content

Commit

Permalink
Merge pull request #175 from jordanwade90/lsp-mode
Browse files Browse the repository at this point in the history
Add some lsp-mode faces
  • Loading branch information
nashamri committed Aug 8, 2020
2 parents 6b26508 + 5f3675a commit 462ef2a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spacemacs-common.el
Expand Up @@ -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)))
Expand Down

0 comments on commit 462ef2a

Please sign in to comment.