Add a hovered style to lspStatus background

This commit is contained in:
Petros Amoiridis 2023-03-27 14:26:56 +03:00
parent 374b284a3d
commit b153bf7118
No known key found for this signature in database

View file

@ -44,7 +44,7 @@ export default function statusBar(colorScheme: ColorScheme) {
hover: { hover: {
message: text(layer, "sans"), message: text(layer, "sans"),
iconColor: foreground(layer), iconColor: foreground(layer),
background: background(layer), background: background(layer, "hovered"),
}, },
}, },
diagnosticMessage: { diagnosticMessage: {