mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-12-21 14:16:28 +00:00
Supplement the PR operation panel status style in PR
This commit is contained in:
@@ -25,7 +25,7 @@ export const colorblindDarkGithubColors: GithubColor = {
|
||||
},
|
||||
bgColor: {
|
||||
...darkGithubColors.bgColor,
|
||||
danger: { muted: "#db6d281a" },
|
||||
danger: { emphasis: "#bd561d", muted: "#db6d281a" },
|
||||
success: { emphasis: "#1f6feb", muted: "#388bfd33" },
|
||||
},
|
||||
borderColor: {
|
||||
|
||||
@@ -25,7 +25,7 @@ export const colorblindLightGithubColors: GithubColor = {
|
||||
},
|
||||
bgColor: {
|
||||
...lightGithubColors.bgColor,
|
||||
danger: { muted: "#fff1e5" },
|
||||
danger: { emphasis: "#bc4c00", muted: "#fff1e5" },
|
||||
success: { emphasis: "#0969da", muted: "#ddf4ff" },
|
||||
},
|
||||
borderColor: {
|
||||
|
||||
@@ -45,8 +45,8 @@ export const darkGithubColors: GithubColor = {
|
||||
},
|
||||
bgColor: {
|
||||
accent: { emphasis: "#1f6feb", muted: "#388bfd1a" },
|
||||
attention: { muted: "#bb800926" },
|
||||
danger: { muted: "#f851491a" },
|
||||
attention: { emphasis: "#9e6a03", muted: "#bb800926" },
|
||||
danger: { emphasis: "#da3633", muted: "#f851491a" },
|
||||
default: "#0d1117",
|
||||
done: { emphasis: "#8957e5" },
|
||||
emphasis: "#3d444d",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -39,8 +39,8 @@ export const softDarkGithubColors: GithubColor = {
|
||||
},
|
||||
bgColor: {
|
||||
accent: { emphasis: "#316dca", muted: "#4184e41a" },
|
||||
attention: { muted: "#ae7c1426" },
|
||||
danger: { muted: "#e5534b1a" },
|
||||
attention: { emphasis: "#966600", muted: "#ae7c1426" },
|
||||
danger: { emphasis: "#c93c37", muted: "#e5534b1a" },
|
||||
default: "#212830",
|
||||
done: { emphasis: "#8256d0" },
|
||||
emphasis: "#3d444d",
|
||||
|
||||
Reference in New Issue
Block a user