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

Add Themes for Arcade (and bump pxt-core) #6732

Merged
merged 10 commits into from
Feb 27, 2025
Merged

Conversation

thsparks
Copy link
Contributor

@thsparks thsparks commented Feb 26, 2025

This adds light, legacy, and dark themes for arcade, based on changes in microsoft/pxt#10391

It also bumps pxt-core to get those changes.

Upload target: https://arcade.makecode.com/app/bd228f8101401d913f282b0c3585b210d67a903b-d766c6703c

@thsparks thsparks requested a review from a team February 26, 2025 00:43
@@ -7,7 +7,7 @@
div.blocklyTreeRow {
margin-bottom: 0px !important;
transition-property: background-color;
transition-duration: 1s;
transition-duration: 0.2s;
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there a reason this was reduced?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@riknoll Mentioned during testing that the on-hover's color transition seemed too long, and ever since he pointed it out, I can't unsee it. It feels really long at 1 second. So I just shortened it.

Copy link
Contributor

Choose a reason for hiding this comment

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

Sounds good!

@thsparks thsparks merged commit 30e6f64 into master Feb 27, 2025
3 checks passed
@thsparks thsparks deleted the thsparks/theme_fixes branch February 27, 2025 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants