Set lsp-ui-doc-background to inherit from tooltip

This commit is contained in:
Greg Jednaszewski 2020-02-05 14:32:08 -05:00 committed by Emmanuel Bustos Torres
parent de96a5558d
commit 07189d985a

View file

@ -787,6 +787,7 @@
(lsp-face-highlight-textual :background dark-blue :foreground base8 :distant-foreground base0 :weight 'bold) (lsp-face-highlight-textual :background dark-blue :foreground base8 :distant-foreground base0 :weight 'bold)
(lsp-face-highlight-read :background dark-blue :foreground base8 :distant-foreground base0 :weight 'bold) (lsp-face-highlight-read :background dark-blue :foreground base8 :distant-foreground base0 :weight 'bold)
(lsp-face-highlight-write :background dark-blue :foreground base8 :distant-foreground base0 :weight 'bold) (lsp-face-highlight-write :background dark-blue :foreground base8 :distant-foreground base0 :weight 'bold)
(lsp-ui-doc-background :inherit 'tooltip)
(lsp-ui-peek-filename :inherit 'mode-line-buffer-id) (lsp-ui-peek-filename :inherit 'mode-line-buffer-id)
(lsp-ui-peek-header :foreground fg :background (doom-lighten bg 0.1) :bold bold) (lsp-ui-peek-header :foreground fg :background (doom-lighten bg 0.1) :bold bold)
(lsp-ui-peek-selection :foreground bg :background blue :bold bold) (lsp-ui-peek-selection :foreground bg :background blue :bold bold)