Add lsp-ui-sideline-symbol-info face

Used to show information about symbols on the side.
This commit is contained in:
Gerry Agbobada 2020-02-27 11:05:37 +01:00 committed by GitHub
parent 756cf15a6b
commit 282fa1af27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -795,6 +795,8 @@
(lsp-ui-peek-peek :background (doom-darken bg 0.1))
(lsp-ui-peek-highlight :inherit 'lsp-ui-peek-header :background region :foreground bg :box t)
(lsp-ui-peek-line-number :foreground success)
(lsp-ui-sideline-symbol-info :foreground (doom-blend comments bg 0.85)
:background bg-alt :extend t)
;; magit
(magit-bisect-bad :foreground red)