lsp-ui icon indicating copy to clipboard operation
lsp-ui copied to clipboard

WIP: Fix for #369

Open svenssonaxel opened this issue 5 years ago • 2 comments

Work in progress: Fix for issue #369.

Theme changes won't update background color and fringe width automatically. Previously, there was advice to delete frame after load-theme. This commit changes this to instead update background color and fringe width after load-theme and also after custom-set-faces.

Note especially that

  • This fix is not tested with webkit.
  • If other features than :background are set in lsp-ui-doc-background face, then the inline mode might use them. Added documentation to advice against this.

svenssonaxel avatar Jan 05 '20 20:01 svenssonaxel

I will try to test this the next days.

brotzeit avatar Feb 23 '20 12:02 brotzeit

This problem still exists: changing color for lsp-ui-doc-background face has no effect on childframe

tap349 avatar Dec 31 '22 12:12 tap349