You've already forked gitea-banana-theme
banana v3
This commit is contained in:
@@ -13,7 +13,7 @@ export const modernLightGithubColors: GithubColor = {
|
||||
brown: { fgColor: "#755f43" },
|
||||
cyan: { fgColor: "#006a80" },
|
||||
indigo: { fgColor: "#494edf" },
|
||||
lemon: { fgColor: "#fde047" }, // 使用香蕉黄作为柠檬色
|
||||
lemon: { fgColor: "#f3cb00ff" }, // 使用香蕉黄作为柠檬色
|
||||
olive: { fgColor: "#56682c" },
|
||||
teal: { fgColor: "#106e75" },
|
||||
},
|
||||
@@ -25,7 +25,7 @@ export const modernLightGithubColors: GithubColor = {
|
||||
hunkNum: { bgColor: { rest: "#b6e3ff" } },
|
||||
},
|
||||
fgColor: {
|
||||
accent: "#fde047", // 使用香蕉黄作为主色调
|
||||
accent: "#f3cb00ff", // 使用香蕉黄作为主色调
|
||||
attention: "#9a6700",
|
||||
danger: "#d1242f",
|
||||
default: "#1f2328",
|
||||
@@ -41,7 +41,7 @@ export const modernLightGithubColors: GithubColor = {
|
||||
onEmphasis: "#ffffff",
|
||||
},
|
||||
bgColor: {
|
||||
accent: { emphasis: "#fde047", muted: "#fffbeb" }, // 使用香蕉黄作为强调色
|
||||
accent: { emphasis: "#f3cb00ff", muted: "#fffbeb" }, // 使用香蕉黄作为强调色
|
||||
attention: { muted: "#fff8c5" },
|
||||
danger: { muted: "#ffebe9" },
|
||||
default: "#ffffff",
|
||||
@@ -53,7 +53,7 @@ export const modernLightGithubColors: GithubColor = {
|
||||
inset: "#f6f8fa",
|
||||
},
|
||||
borderColor: {
|
||||
accent: { emphasis: "#fde047" }, // 使用香蕉黄作为边框强调色
|
||||
accent: { emphasis: "#f3cb00ff" }, // 使用香蕉黄作为边框强调色
|
||||
attention: { emphasis: "#9a6700" },
|
||||
default: "#d1d9e0",
|
||||
done: { emphasis: "#8250df" },
|
||||
@@ -64,10 +64,10 @@ export const modernLightGithubColors: GithubColor = {
|
||||
button: {
|
||||
primary: {
|
||||
fgColor: { accent: "#1f2328", rest: "#1f2328" }, // 深色文字在黄色背景上
|
||||
bgColor: { rest: "#fde047", hover: "#eab308" }, // 香蕉黄按钮
|
||||
bgColor: { rest: "#f3cb00ff", hover: "#eab308" }, // 香蕉黄按钮
|
||||
},
|
||||
danger: { fgColor: { rest: "#d1242f", hover: "#ffffff" }, bgColor: { hover: "#cf222e" } },
|
||||
star: { iconColor: "#fde047" }, // 使用香蕉黄作为星标颜色
|
||||
star: { iconColor: "#f3cb00ff" }, // 使用香蕉黄作为星标颜色
|
||||
},
|
||||
control: {
|
||||
bgColor: { active: "#e6eaef", hover: "#eff2f5", rest: "#f6f8fa" },
|
||||
@@ -75,7 +75,7 @@ export const modernLightGithubColors: GithubColor = {
|
||||
},
|
||||
shadow: { floating: { small: "#25292e0a" }, resting: { small: "#1f23280f" } },
|
||||
overlay: { backdrop: { bgColor: "#c8d1da66" } },
|
||||
underlineNav: { borderColor: { active: "#fde047" }, // 使用香蕉黄作为导航下划线
|
||||
underlineNav: { borderColor: { active: "#f3cb00ff" }, // 使用香蕉黄作为导航下划线
|
||||
},
|
||||
contribution: {
|
||||
default: {
|
||||
|
||||
Reference in New Issue
Block a user