|
207 | 207 | ;; LSP |
208 | 208 | `(lsp-ui-doc-background ((t (:background ,aero-bg-alt)))) |
209 | 209 | `(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)))) |
210 | 217 |
|
211 | 218 | ;; Displaying formfeed chars |
212 | 219 | `(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))))) |
215 | 221 |
|
216 | 222 | ;; Highlight indentation mode |
217 | 223 | `(highlight-indentation-current-column-face ((t (:background ,aero-grey1)))) |
|
0 commit comments