mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-04-24 23:25:52 +03:00
[PR #112] feat: add pure white theme option #111
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Cli-Proxy-API-Management-Center#111
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/router-for-me/Cli-Proxy-API-Management-Center/pull/112
Author: @GrothKeiran
Created: 2/25/2026
Status: 🔄 Open
Base:
main← Head:main📝 Commits (8)
97f9a9bfeat: add pure white theme option70072edInitial plan98b6817feat: add workflow to package frontend html artifact548eab1Add workflow_dispatch trigger to release workflowcedb962Enable manual triggering of release workflowa5da2cdMerge pull request #1 from GrothKeiran/copilot/package-project-into-html74ae2a9Update useThemeStore.ts1786537Delete .github/workflows/package-html.yml📊 Changes
6 files changed (+69 additions, -7 deletions)
View changed files
📝
.github/workflows/release.yml(+1 -0)📝
README.md(+1 -0)📝
README_CN.md(+1 -0)📝
src/stores/useThemeStore.ts(+12 -6)📝
src/styles/themes.scss(+53 -0)📝
src/types/common.ts(+1 -1)📄 Description
I noticed the new default light theme has a warm gray "paper" style. Some users (including me) prefer a pure white background for better contrast and a cleaner look.
This PR adds a
light-puretheme option to the cycle sequence (Light -> Pure White -> Dark -> Auto), allowing users to choose their preferred light background without breaking the new aesthetic design.Hope you consider merging this!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.