Skip to content

feat(theme): add MatrixHack and Wired themes#447

Open
xploitoverload wants to merge 8 commits into
ryo-ma:masterfrom
xploitoverload:master
Open

feat(theme): add MatrixHack and Wired themes#447
xploitoverload wants to merge 8 commits into
ryo-ma:masterfrom
xploitoverload:master

Conversation

@xploitoverload

Copy link
Copy Markdown

Self-hosted instance

As mentioned in the project notice, I have deployed and am maintaining a public self-hosted instance to help reduce load on the official service.

URL: https://trophy.cx330.in

If you'd like, I'm happy to keep this instance publicly available for the community.


Summary

This pull request adds two new themes:

  • MatrixHack
  • Wired

Changes

  • Added matrixhack theme
  • Added wired theme
  • Updated README with theme documentation

These themes provide additional customization options while keeping compatibility with the existing renderer.

Thank you for maintaining this awesome project!

Copilot AI review requested due to automatic review settings July 3, 2026 19:08

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 aims to expand theme customization by adding two new themes (matrixhack, wired) and updating documentation to reflect theme availability and usage.

Changes:

  • Added matrixhack and wired entries to the theme palette (src/theme.ts).
  • Updated trophy SVG rendering to use a theme-provided frame color (src/trophy.ts).
  • Updated README and API UI links/examples related to themes and endpoints (README.md, api/index.ts).

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 6 comments.

File Description
src/trophy.ts Switches trophy frame stroke color from a constant to a theme-derived value.
src/theme.ts Adds two new theme definitions: matrixhack and wired.
README.md Documents additional themes and updates endpoint/repository links in multiple places.
api/index.ts Updates the “available themes” documentation link shown in the HTML error/form response.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/trophy.ts Outdated
Comment thread README.md
Comment on lines +8 to +11
[![stargazers](https://img.shields.io/github/stars/ryo-ma/github-profile-trophy)](https://github.com/xploitoverload/github-profile-trophy/stargazers)
[![forks](https://img.shields.io/github/forks/ryo-ma/github-profile-trophy)](https://github.com/xploitoverload/github-profile-trophy/network/members)
[![issues](https://img.shields.io/github/issues/ryo-ma/github-profile-trophy)](https://github.com/xploitoverload/github-profile-trophy/issues)
[![license](https://img.shields.io/github/license/ryo-ma/github-profile-trophy)](https://github.com/xploitoverload/github-profile-trophy/blob/master/LICENSE)
Comment thread api/index.ts
<text>
See all the available themes
<a href="https://github.com/ryo-ma/github-profile-trophy?tab=readme-ov-file#apply-theme" target="_blank">here</a>
<a href="https://github.com/xploitoverload/github-profile-trophy?tab=readme-ov-file#apply-theme" target="_blank">here</a>
Comment thread README.md
Comment on lines 83 to 89
```
[![trophy](https://github-profile-trophy.vercel.app/?username=ryo-ma)](https://github.com/ryo-ma/github-profile-trophy)
[![trophy](https://trophy.cx330.in/?username=ryo-ma)](https://github.com/xploitoverload/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" />
</p>
Comment thread README.md
Comment on lines +327 to +338

### matrixhack

```
https://trophy.cx330.in/?username=ryo-ma&theme=matrixhack
```

<p align="center">
<img width="660" src="lainwired-preview.svg">
</p>


Comment thread README.md

This product is licensed under the
[MIT License](https://github.com/ryo-ma/github-profile-trophy/blob/master/LICENSE).
[MIT License](https://github.com/xploitoverload/github-profile-trophy/blob/master/LICENSE).
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants