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

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 colorblindLightGithubColors: GithubColor = {
button: {
primary: { fgColor: { rest: "#ffffff" }, bgColor: { hover: "#0864d1" } },
danger: { fgColor: { rest: "#bc4c00", hover: "#ffffff" }, bgColor: { hover: "#bc4c00" } },
star: lightGithubColors.button.star,
},
control: lightGithubColors.control,
shadow: lightGithubColors.shadow,