From b153bf711880162df86acd55ce778a91104fe7e1 Mon Sep 17 00:00:00 2001 From: Petros Amoiridis Date: Mon, 27 Mar 2023 14:26:56 +0300 Subject: [PATCH] Add a hovered style to lspStatus background --- styles/src/styleTree/statusBar.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/src/styleTree/statusBar.ts b/styles/src/styleTree/statusBar.ts index 41961c46157764ed56ba48b53979251866df85ca..c55160c336275c841b04258836d3ed47f04704ea 100644 --- a/styles/src/styleTree/statusBar.ts +++ b/styles/src/styleTree/statusBar.ts @@ -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: {