-
-
Notifications
You must be signed in to change notification settings - Fork 380
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 #608
Comments
what i did to get custom themes: Modify the file add this in function calculateFloor(size, theme) {
in /out/common/types.js and /dist/web/extension-web.js add this inside exports.ALL_THEMES = [
in package.json add the option
finnaly add a folder in /media/backrounds/ named the same as the theme and add the files named: background-dark-large.png |
If those assets are easy to distribute and have friendly open source licensing terms I'd love to ship them in the extension. |
sorry, i googled Pixelart graveyard and chosed the one i liked, for the farm i used this |
If it came from DALL-E 3 we can use it. The farm ones are great. Please submit a PR if you have the time. |
Please describe your idea.
Expand the current theme selection in ScratchTools by adding new, visually rich themes such as Space, Mountain, Ocean, and Desert. Each theme would come with a unique aesthetic, including customized backgrounds, color palettes, and sound effects.
Describe how the idea would be helpful
Adding new themes like Space or Mountain would provide users with a fresh and immersive experience, enhancing creativity. Each theme could offer distinct visuals and sounds that align with users’ moods or project types. For instance, a Space theme could feature stars and planets, inspiring sci-fi projects, while a Mountain theme could evoke outdoor adventure.
Additional context
Include these new themes in the existing Themes menu, giving users the option to choose from a wider variety of settings. Consider adding ambient sound effects or subtle animations to make the themes more engaging. For example, twinkling stars in the Space theme or flowing water in the Ocean theme.
The text was updated successfully, but these errors were encountered: