Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.2k
Adding kanagawa paper theme#854
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Adding kanagawa paper theme#854
Uh oh!
There was an error while loading.Please reload this page.
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.
Pull request overview
This PR adds the "kanagawa-paper" theme to the theme collection and implements alphabetical sorting of themes in the demo page. The PR also includes an "oceanic-next" theme addition, though this was not mentioned in the title.
- Added "kanagawa-paper" theme with appropriate color scheme
- Added "oceanic-next" theme with appropriate color scheme
- Implemented alphabetical sorting of themes in the demo dropdown
- Applied code formatting improvements (foreach syntax consistency, whitespace cleanup)
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/themes.php | Adds two new theme definitions: "oceanic-next" and "kanagawa-paper" with color configurations |
| src/demo/index.php | Implements alphabetical theme sorting via ksort() and applies code formatting improvements to foreach statements and whitespace |
💡Add Copilot custom instructions for smarter, more guided reviews.Learn how to get started.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Description
Fixes#830
Type of change
How Has This Been Tested?
Checklist:
Screenshots