Skip to content

Commit 4dde349

Browse files
committed
more lsp
1 parent 3580818 commit 4dde349

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

aero-dark-theme.el

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,11 +207,17 @@
207207
;; LSP
208208
`(lsp-ui-doc-background ((t (:background ,aero-bg-alt))))
209209
`(lsp-ui-doc-header ((t (:foreground ,aero-space-base :background ,aero-bg-alt :underline ,aero-space-base))))
210+
`(lsp-ui-sideline-code-action ((t (:foreground ,aero-grey6 :underline t))))
211+
`(lsp-headerline-breadcrumb-separator-face ((t (:height 0.7 :foreground ,aero-grey6))))
212+
`(lsp-ui-sideline-global ((t (:foreground ,aero-grey6 :background ,aero-bg-alt :height 0.7))))
213+
`(lsp-ui-sideline-symbol ((t (:foreground ,aero-grey6 :background ,aero-bg-alt :height 0.7))))
214+
`(lsp-ui-sideline-symbol-info ((t (:foreground ,aero-grey6 :background ,aero-bg-alt :height 0.7 :slant italic))))
215+
`(lsp-ui-sideline-current-symbol ((t (:background ,aero-grey6 :foreground ,aero-brilliant-black :height 0.7 :weight bold))))
216+
`(lsp-face-highlight-read ((t (:background ,aero-grey6 :foreground nil))))
210217

211218
;; Displaying formfeed chars
212219
`(page-break-lines ((t (:foreground ,aero-grey2))))
213-
`(formfeeder-line ((t (:strike-through ,aero-grey2
214-
:underline ,(when (not (window-system)) aero-grey2)))))
220+
`(formfeeder-line ((t (:strike-through ,aero-grey2 :underline ,(when (not (window-system)) aero-grey2)))))
215221

216222
;; Highlight indentation mode
217223
`(highlight-indentation-current-column-face ((t (:background ,aero-grey1))))

0 commit comments

Comments
 (0)