mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-12-21 22:23:56 +00:00
add --color-logo
This commit is contained in:
17
CHANGELOG.md
17
CHANGELOG.md
@@ -2,14 +2,15 @@
|
|||||||
|
|
||||||
##### More aligned with GitHub style
|
##### More aligned with GitHub style
|
||||||
|
|
||||||
- Optimize global line height
|
- Optimize global line height.
|
||||||
- Optimize the workflow log page style
|
- Optimize the workflow log page style.
|
||||||
- Optimize repository header name style
|
- Optimize repository header name style.
|
||||||
- Optimize organization detail page style
|
- Optimize organization detail page style.
|
||||||
|
|
||||||
### 🐞 Fix
|
### 🐞 Fix
|
||||||
|
|
||||||
- Fix the problem of missing background color and width when there is a unicode character in the diff
|
- Fix the problem of missing background color and width when there is a unicode character in the diff.
|
||||||
- Fix the disabled operation button interval in the code preview interface
|
- Fix the disabled operation button interval in the code preview interface.
|
||||||
- Fix fixed height when scrolling through step titles on workflow detail pages
|
- Fix fixed height when scrolling through step titles on workflow detail pages.
|
||||||
- Fix packages details page style
|
- Fix packages details page style.
|
||||||
|
- Fix the color of missing icons and text on the homepage when not logged in.
|
||||||
@@ -132,6 +132,7 @@ export function github2ThemeColor(githubColor: GithubColor): ThemeColor {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const other: Other = {
|
const other: Other = {
|
||||||
|
logo: themeVars.color.primary.self,
|
||||||
body: githubColor.bgColor.default,
|
body: githubColor.bgColor.default,
|
||||||
box: {
|
box: {
|
||||||
header: githubColor.bgColor.muted,
|
header: githubColor.bgColor.muted,
|
||||||
|
|||||||
@@ -8,6 +8,8 @@ export const otherAuto = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export const other = {
|
export const other = {
|
||||||
|
/** 未登录时的介绍首页的 SVG 和链接文字颜色 */
|
||||||
|
logo: null,
|
||||||
/** 主要背景色 */
|
/** 主要背景色 */
|
||||||
body: null,
|
body: null,
|
||||||
/** 页面底部状态栏背景色 */
|
/** 页面底部状态栏背景色 */
|
||||||
|
|||||||
Reference in New Issue
Block a user