Add a hovered style to lspStatus background
This commit is contained in:
@@ -44,7 +44,7 @@ export default function statusBar(colorScheme: ColorScheme) {
|
||||
hover: {
|
||||
message: text(layer, "sans"),
|
||||
iconColor: foreground(layer),
|
||||
background: background(layer),
|
||||
background: background(layer, "hovered"),
|
||||
},
|
||||
},
|
||||
diagnosticMessage: {
|
||||
|
||||
Reference in New Issue
Block a user