-
-
Notifications
You must be signed in to change notification settings - Fork 433
Dark theme implementation #991
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
Conversation
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.
I don't have a familiarity with the other components, but the GitHub Actions workflow looks perfect.
Thanks for your work on this valuable system @francescospissu!
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 looks good 👍
Can we generate the theme JSON files with an empty newline at the end? Please also insert a blank line to the .gitignore
file.
GitHub will show this to you 👇
In the long run, the generator and its dependencies should not be part of the IDE. We should move them to subfolders. It makes no sense to install, build, test, and webpack
the IDE to generate the style sheets.
Co-authored-by: per1234 <[email protected]>
Co-authored-by: per1234 <[email protected]>
Co-authored-by: per1234 <[email protected]>
Co-authored-by: per1234 <[email protected]>
Co-authored-by: per1234 <[email protected]>
16e9850
to
1b1a9ed
Compare
@francescospissu, please squash the commits before merging the PR. Thank you! |
Motivation
The dark theme was missing and must be implemented.
Change description
A workflow has been implemented for creating Arduino theme files (default and dark) which pull data from Figma (via JsonBIN).
Reviewer checklist