From 570ac36962c05deb91c6215c832d3b5293b1eecd Mon Sep 17 00:00:00 2001 From: mvllow Date: Tue, 23 Nov 2021 16:34:02 -0600 Subject: [PATCH] chore: update table styles --- themes/_pinecone-color-theme.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/themes/_pinecone-color-theme.json b/themes/_pinecone-color-theme.json index 093d7e4..ea99ac1 100644 --- a/themes/_pinecone-color-theme.json +++ b/themes/_pinecone-color-theme.json @@ -262,6 +262,12 @@ "inputValidation.warningBackground": "_transparent", "inputValidation.warningBorder": "_transparent", "inputValidation.warningForeground": "_foamMuted", + "keybindingLabel.background": "_overlay", + "keybindingLabel.border": "_highlightOverlay", + "keybindingLabel.bottomBorder": "_highlightOverlay", + "keybindingLabel.foreground": "_secondary", + "keybindingTable.headerBackground": "_overlay", + "keybindingTable.rowsBackground": "_surface", "list.activeSelectionBackground": "_highlight", "list.activeSelectionForeground": "_text", "list.activeSelectionIconForeground": "_iconActive", @@ -287,10 +293,6 @@ "listFilterWidget.background": "_surface", "listFilterWidget.noMatchesOutline": "_error", "listFilterWidget.outline": "_overlay", - "keybindingLabel.background": "_overlay", - "keybindingLabel.border": "_highlightOverlay", - "keybindingLabel.bottomBorder": "_highlightOverlay", - "keybindingLabel.foreground": "_secondary", "menu.background": "_base", "menu.border": "_transparent", "menu.foreground": "_text", @@ -422,9 +424,11 @@ "settings.modifiedItemIndicator": "_primary", // Inherited from `input.*` + "settings.focusedRowBorder": "_highlight", "settings.numberInputBackground": "", "settings.numberInputBorder": "", "settings.numberInputForeground": "", + "settings.rowHoverBackground": "_surface", "settings.textInputBackground": "", "settings.textInputBorder": "", "settings.textInputForeground": "",