feat(theme): add MatrixHack and Wired themesAdd cx330 instance#446
Open
xploitoverload wants to merge 4 commits into
Open
feat(theme): add MatrixHack and Wired themesAdd cx330 instance#446xploitoverload wants to merge 4 commits into
xploitoverload wants to merge 4 commits into
Conversation
wanna update
new file: lainwired-preview.svg new file: mine.png modified: src/theme.ts modified: src/trophy.ts new file: wired-preview.svg
Contributor
There was a problem hiding this comment.
Pull request overview
This PR introduces two new visual themes (matrixhack, wired) for the trophy SVG output and updates documentation and preview assets to showcase the new themes and a new hosted instance.
Changes:
- Added
matrixhackandwiredtheme color definitions tosrc/theme.ts. - Updated trophy panel rendering to use a theme-provided frame color.
- Updated
README.mdtheme documentation and added new SVG preview assets.
Reviewed changes
Copilot reviewed 3 out of 6 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
src/theme.ts |
Adds two new theme palettes (matrixhack, wired). |
src/trophy.ts |
Changes panel frame stroke color to come from the selected theme. |
README.md |
Updates usage URLs, adds new theme entries, and adds a MatrixHack section (with preview/link updates). |
wired-preview.svg |
Adds a preview SVG for the Wired theme (needs SVG id cleanup). |
lainwired-preview.svg |
Adds an additional preview SVG (needs SVG id cleanup). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| width="${panelSize - 1}" | ||
| height="${panelSize - 1}" | ||
| stroke="#e1e4e8" | ||
| stroke="${theme.FRAME}" |
Comment on lines
82
to
+87
| ``` | ||
| [](https://github.com/ryo-ma/github-profile-trophy) | ||
| [](https://github.com/ryo-ma/github-profile-trophy) | ||
| ``` | ||
|
|
||
| <p align="center"> | ||
| <img src="https://github-profile-trophy.vercel.app/?username=ryo-ma&column=8&rank=SSS,SS,S,AAA,AA,A,B,C" /> | ||
| <img src="https://trophy.cx330.in/?username=ryo-ma&column=8&rank=SSS,SS,S,AAA,AA,A,B,C" /> |
Comment on lines
+333
to
+335
| <p align="center"> | ||
| <img width="660" src="lainwired-preview.svg"> | ||
| </p> |
Comment on lines
+336
to
338
|
|
||
|
|
||
| ### monokai |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This pull request adds two new themes for github-profile-trophy.
Added themes
Changes
src/theme.tsPreview
?theme=matrixhack?theme=wiredThank you for your consideration!