-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update table indicators and chevrons/stars styles #2367
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,14 +27,14 @@ $row-hover-background-color: var(--vscode-list-hoverBackground); | |
|
||
$accent-color: var(--button-primary-background); | ||
|
||
$indicator-badge-background: var(--vscode-badge-background); | ||
$indicator-badge-foreground: var(--vscode-badge-foreground); | ||
$indicator-badge-border: $row-bg-color; | ||
$indicator-selected-badge-border: $row-bg-selected-color; | ||
$indicator-selected-badge-background: $accent-color; | ||
$indicator-selected-badge-foreground: var(--button-primary-foreground); | ||
|
||
$star-switch-selection-fill-color: var(--vscode-list-focusHighlightForeground); | ||
$indicator-badge-background: var(--vscode-activityBarBadge-background); | ||
$indicator-badge-foreground: var(--vscode-activityBarBadge-foreground); | ||
|
||
$row-action-icon-color: var(--vscode-icon-foreground); | ||
$row-action-selected-icon-color: var( | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Also, I realized that the default theme trees don't actually have their chevrons stay the same color when selected. Looks like they actually change their color based on the variable Matching how vscode themes work, I had our table update its chevrons if it's selected with There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Looks like the text also changes color. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes! Probably also relies on some kind of There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🙏🏻 |
||
--vscode-list-activeSelectionIconForeground, | ||
var(--vscode-icon-foreground) | ||
); | ||
|
||
$shadow: var(--vscode-widget-shadow); | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@maxagin, I took off the border of the indicators since VSCode doesn't have one for their indicators, but if we want to keep that effect, I don't see an issue with adding it back :)
Figma: