-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Feat: update Tokyonight theme to Tokyonight Moon and add Tokyonight Day variant #89
Conversation
…ay variant - Updated the Tokyonight theme to the Tokyonight Moon variant - Added a new variant, Tokyonight Day, following the namescheme of the Tokyonight project - Included JSON and CSS files for both variants - Ensured consistency with the original Tokyonight color scheme
Is it failing because I changed the theme folder name? It's using the correct namescheme now |
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.
Why the formatting changes?
I was annoyed because my changes didn’t work at first. So, I threw the code into a |
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.
Sorry for the unwanted changes, all good
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.
used the theme builder to correct the unintended formatting changes
@echoriiku You can't change the id or the directory name for a theme. Since the id is internal, you can leave it be and simply change the title etc. If that doesn't work, you can just create a new theme with the new id. |
We found a couple of errors in your submission: themes/tokyonight-dark/v1/theme.json: You cannot change the ID or directory name of a theme. Since the ID is internal, you can leave it as is and just change the title. Otherwise, please create a new theme with the new id. themes/tokyonight-light/v1/theme.json: You cannot change the ID or directory name of a theme. Since the ID is internal, you can leave it as is and just change the title. Otherwise, please create a new theme with the new id. |
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.
reverted the ID changes
Your preview URL is: https://theme-builder.notesnook.com/notes?from_pr=streetwriters/notesnook-themes/89 |
@aureliuspublius could you please review these changes and let me know if everything looks good? Your feedback would be greatly appreciated.