mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-05 02:20:10 +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: {
|
hover: {
|
||||||
message: text(layer, "sans"),
|
message: text(layer, "sans"),
|
||||||
iconColor: foreground(layer),
|
iconColor: foreground(layer),
|
||||||
background: background(layer),
|
background: background(layer, "hovered"),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
diagnosticMessage: {
|
diagnosticMessage: {
|
||||||
|
|
Loading…
Reference in a new issue