Skip to content

Commit

Permalink
chore: update table styles
Browse files Browse the repository at this point in the history
  • Loading branch information
mvllow committed Nov 23, 2021
1 parent 1459d99 commit 570ac36
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions themes/_pinecone-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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": "",
Expand Down

0 comments on commit 570ac36

Please sign in to comment.