Skip to content

Commit 3580818

Browse files
committed
underline lsp code action
1 parent 8e083be commit 3580818

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

aero-theme.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
(aero-base3 "#96a7a9")
109109
(aero-base4 "#718388")
110110
;; (aero-base5 "#626c6c")
111-
;; (aero-base6 "#89867A")
111+
(aero-base6 "#89867A")
112112
(aero-base7 "#424242")
113113
(aero-base8 "#d5c4a1")
114114
;; (aero-base9 "#fafafa")
@@ -259,6 +259,7 @@
259259
`(lsp-ui-sideline-global ((t (:foreground ,aero-space-base :background ,aero-act1 :height 0.7))))
260260
`(lsp-ui-sideline-symbol ((t (:foreground ,aero-space-base :background ,aero-act1 :height 0.7))))
261261
`(lsp-ui-sideline-symbol-info ((t (:foreground ,aero-space-base :background ,aero-act1 :height 0.7 :slant italic))))
262+
`(lsp-ui-sideline-code-action ((t (:foreground ,aero-base6 :underline t))))
262263
`(lsp-ui-sideline-current-symbol ((t (:background ,aero-act1 :foreground ,aero-brilliant-black :height 0.7 :weight bold))))
263264
`(lsp-face-highlight-read ((t (:background nil :foreground nil :underline ,aero-base11))))
264265

0 commit comments

Comments
 (0)