feat(themes): add lsp-ui-doc-border styling to override theme

This commit is contained in:
2022-02-07 11:03:49 +00:00
parent 27fae46664
commit f496e14710

View File

@@ -135,6 +135,9 @@
(custom-theme-set-variables
'siren-doom-themes-overrides
;; lsp-ui
`(lsp-ui-doc-border ,(doom-blend 'blue 'bg 0.75))
;; fill-column-indicator
`(fci-rule-color ,(doom-lighten 'base3 0.10))