同步仓库已标星的星星颜色

This commit is contained in:
lutinglt
2025-09-07 18:31:46 +08:00
parent cb49b12ff0
commit 6c0fd14119
9 changed files with 22 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ export const colorblindDarkGithubColors: GithubColor = {
button: {
primary: { fgColor: { rest: "#ffffff" }, bgColor: { hover: "#2a7aef" } },
danger: { fgColor: { rest: "#f0883e", hover: "#ffffff" }, bgColor: { hover: "#9b4215" } },
star: darkGithubColors.button.star,
},
control: darkGithubColors.control,
shadow: darkGithubColors.shadow,