add --color-logo

This commit is contained in:
lutinglt
2025-11-09 22:15:45 +08:00
parent ea49cf94dd
commit fd20862833
3 changed files with 12 additions and 8 deletions

View File

@@ -132,6 +132,7 @@ export function github2ThemeColor(githubColor: GithubColor): ThemeColor {
};
const other: Other = {
logo: themeVars.color.primary.self,
body: githubColor.bgColor.default,
box: {
header: githubColor.bgColor.muted,