Skip to content

feat(theme): add MatrixHack and Wired themesAdd cx330 instance#446

Open
xploitoverload wants to merge 4 commits into
ryo-ma:masterfrom
xploitoverload:add-cx330-instance
Open

feat(theme): add MatrixHack and Wired themesAdd cx330 instance#446
xploitoverload wants to merge 4 commits into
ryo-ma:masterfrom
xploitoverload:add-cx330-instance

Conversation

@xploitoverload

Copy link
Copy Markdown

Summary

This pull request adds two new themes for github-profile-trophy.

Added themes

  • MatrixHack
  • Wired

Changes

  • Added new theme definitions in src/theme.ts
  • Updated README with theme documentation

Preview

  • ?theme=matrixhack
  • ?theme=wired

Thank you for your consideration!

xploitoverload and others added 3 commits February 18, 2026 11:37
	new file:   lainwired-preview.svg
	new file:   mine.png
	modified:   src/theme.ts
	modified:   src/trophy.ts
	new file:   wired-preview.svg
Copilot AI review requested due to automatic review settings July 3, 2026 18:20

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 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 matrixhack and wired theme color definitions to src/theme.ts.
  • Updated trophy panel rendering to use a theme-provided frame color.
  • Updated README.md theme 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.

Comment thread src/trophy.ts
width="${panelSize - 1}"
height="${panelSize - 1}"
stroke="#e1e4e8"
stroke="${theme.FRAME}"
Comment thread README.md
Comment on lines 82 to +87
```
[![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/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 thread README.md
Comment on lines +333 to +335
<p align="center">
<img width="660" src="lainwired-preview.svg">
</p>
Comment thread README.md
Comment on lines +336 to 338


### monokai
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