mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-12-21 22:23:56 +00:00
Supplement the PR operation panel status style in PR
This commit is contained in:
@@ -45,8 +45,8 @@ export const lightGithubColors: GithubColor = {
|
||||
},
|
||||
bgColor: {
|
||||
accent: { emphasis: "#0969da", muted: "#ddf4ff" },
|
||||
attention: { muted: "#fff8c5" },
|
||||
danger: { muted: "#ffebe9" },
|
||||
attention: { emphasis: "#9a6700", muted: "#fff8c5" },
|
||||
danger: { emphasis: "#cf222e", muted: "#ffebe9" },
|
||||
default: "#ffffff",
|
||||
done: { emphasis: "#8250df" },
|
||||
emphasis: "#25292e",
|
||||
|
||||
Reference in New Issue
Block a user