mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-12-24 07:28:26 +00:00
add --color-logo
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -8,6 +8,8 @@ export const otherAuto = {
|
||||
};
|
||||
|
||||
export const other = {
|
||||
/** 未登录时的介绍首页的 SVG 和链接文字颜色 */
|
||||
logo: null,
|
||||
/** 主要背景色 */
|
||||
body: null,
|
||||
/** 页面底部状态栏背景色 */
|
||||
|
||||
Reference in New Issue
Block a user