Skip to content
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

Theme the scrollbars in dark theme, and refactor theming support #2145

Merged
merged 1 commit into from
Feb 9, 2024

Conversation

tlmii
Copy link
Member

@tlmii tlmii commented Feb 8, 2024

@drewnoakes had wondered in #1882 if we could change the scrollbar theming to match our theming. I finally got around to doing that.

I also refactored some of the theming support generally now that things have mostly stabilized - was able to remove a bit of code on the C# side and get rid of several of the exports on the JS side, while consolidating the "initial" and "update" theming setups. Added a few more doc comments as well.

Before:
ThemedScrollbars-Dark-Before

After:
ThemedScrollbars-Dark

Microsoft Reviewers: Open in CodeFlow

Copy link
Member

@drewnoakes drewnoakes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

@tlmii tlmii merged commit 64d174b into dotnet:main Feb 9, 2024
8 checks passed
@tlmii tlmii deleted the dev/theme-scrollbars branch February 9, 2024 07:06
@github-actions github-actions bot locked and limited conversation to collaborators Apr 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants