-
Notifications
You must be signed in to change notification settings - Fork 4
Theme package #336
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 package #336
Conversation
microbit-matt-hillsdon
commented
Oct 3, 2024
- Separate out micro:bit branding for clarity if folks deploy alternative versions
- Parameterise the app name
- Don't pull purple in just for links
|
Preview build will be at |
|
Known changes:
|
| @@ -1,6 +1,12 @@ | |||
| /** | |||
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.
This now matches the Open Source Python one (Helvetica Now is our commercial font on .org).
| welcomeVideoYouTubeId: "mREwMW69qKc", | ||
| appNameFull: "ml-trainer", | ||
| appNameShort: "ml-trainer", | ||
| AppLogo: (props: BoxProps) => { |
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.
Will discuss what placeholder is suitable with Jonny but no need to block on that.
Will align with repo name change soon.
…iner into theme-package
|
|
||
| const Alert: StyleConfig = { | ||
| variants: { | ||
| // TODO: reconsider this theme customisation |
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.
Is there something to reconsider?
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.
It seems odd to pull in teal but green on green isn't great so I've left it pending better ideas.
|
I'm going to go ahead and merge this now as it's going to be a painful source of conflicts otherwise. I'll update current PRs as needed. |