同步提示框样式

This commit is contained in:
lutinglt
2025-09-09 10:41:23 +08:00
parent 46c2d46482
commit 1a702c9526
8 changed files with 23 additions and 4 deletions

View File

@@ -32,6 +32,7 @@ export const darkGithubColors: GithubColor = {
success: "#3fb950",
black: "#010409",
white: "#ffffff",
onEmphasis: "#ffffff",
},
bgColor: {
accent: { emphasis: "#1f6feb", muted: "#388bfd1a" },
@@ -39,6 +40,7 @@ export const darkGithubColors: GithubColor = {
danger: { muted: "#f851491a" },
default: "#0d1117",
done: { emphasis: "#8957e5" },
emphasis: "#3d444d",
muted: "#151b23",
neutral: { muted: "#656c7633" },
success: { emphasis: "#238636", muted: "#2ea04326" },

View File

@@ -32,6 +32,7 @@ export const lightGithubColors: GithubColor = {
success: "#1a7f37",
black: "#1f2328",
white: "#ffffff",
onEmphasis: "#ffffff",
},
bgColor: {
accent: { emphasis: "#0969da", muted: "#ddf4ff" },
@@ -39,6 +40,7 @@ export const lightGithubColors: GithubColor = {
danger: { muted: "#ffebe9" },
default: "#ffffff",
done: { emphasis: "#8250df" },
emphasis: "#25292e",
muted: "#f6f8fa",
neutral: { muted: "#818b981f" },
success: { emphasis: "#1f883d", muted: "#dafbe1" },

View File

@@ -27,6 +27,7 @@ export const softDarkGithubColors: GithubColor = {
success: "#57ab5a",
black: "#010409",
white: "#cdd9e5",
onEmphasis: "#ffffff",
},
bgColor: {
accent: { emphasis: "#316dca", muted: "#4184e41a" },
@@ -34,6 +35,7 @@ export const softDarkGithubColors: GithubColor = {
danger: { muted: "#e5534b1a" },
default: "#212830",
done: { emphasis: "#8256d0" },
emphasis: "#3d444d",
muted: "#262c36",
neutral: { muted: "#656c7633" },
success: { emphasis: "#347d39", muted: "#46954a26" },