mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-27 04:44:30 +00:00
Add a hovered style to lspStatus background
This commit is contained in:
parent
374b284a3d
commit
b153bf7118
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue