Compare commits

...

5 Commits

Author SHA1 Message Date
lutinglt
c766a16b08 1.24.7 2025-10-25 13:03:41 +08:00
lutinglt
77faa2ce63 update readme 2025-10-25 10:55:07 +08:00
lutinglt
4267c98dbe update readme 2025-10-25 10:48:44 +08:00
lutinglt
558f75de42 VSCode 和 VSCodium 图标添加颜色 2025-10-13 11:58:48 +08:00
lutinglt
6fe0241007 修复手机下仪表板二级导航栏用户菜单按钮没有居中的问题 2025-10-12 12:21:30 +08:00
5 changed files with 70 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
### 🌈 Style ### 🌈 Style
- 优化顶部和二级导航栏的样式和颜色 - 优化顶部和二级导航栏的样式和颜色 #18
##### 更符合 GitHub 风格 ##### 更符合 GitHub 风格
@@ -11,6 +11,7 @@
- 优化创建标签菜单的菜单项的样式 - 优化创建标签菜单的菜单项的样式
- 同步亮色和柔和暗色主题下的菜单颜色 - 同步亮色和柔和暗色主题下的菜单颜色
- 同步工作流运行页面的运行时间字体样式和重新运行按钮样式 - 同步工作流运行页面的运行时间字体样式和重新运行按钮样式
- VSCode 和 VSCodium 图标添加颜色
### 🐞 Fix ### 🐞 Fix
@@ -20,3 +21,31 @@
- 修复仓库页面下二级导航栏下划线过粗的问题 - 修复仓库页面下二级导航栏下划线过粗的问题
- 修复仪表板切换用户按钮菜单下无创建组织按钮时的菜单圆角问题 - 修复仪表板切换用户按钮菜单下无创建组织按钮时的菜单圆角问题
- 修复导航栏工单/PR等仪表板下筛选等菜单的子项的间距问题 - 修复导航栏工单/PR等仪表板下筛选等菜单的子项的间距问题
- 修复手机下仪表板二级导航栏用户菜单按钮没有居中的问题
## 📃 English
### 🌈 Style
- Optimized styles and colors for top and secondary navigation bars #18
##### More aligned with GitHub style
- Fixed and synchronized label menu styles under issue or PR detail pages #19
- Unified styles for repository/user/organization lists when no search results are found #20
- Synchronized footer styles
- Optimized dropdown menu styles
- Optimized menu item styles for creating label menus
- Synchronized menu colors in light and soft dark themes
- Synchronized font styles for run time and rerun button styles on workflow run pages
- Added colors to VSCode and VSCodium icons
### 🐞 Fix
- Fixed issue where Wiki page search items were not properly hidden #15
- Fixed width issue for sorting menu items in admin account management
- Fixed shadow issue for primary color button groups in merge commits
- Fixed issue where underlines in secondary navigation bars on repository pages were too thick
- Fixed menu corner radius issue when no create organization button exists under dashboard user switching button menu
- Fixed spacing issue for sub-items in filter menus under navigation bar issues/PRs dashboards
- Fixed issue where user menu buttons in secondary navigation bars on mobile dashboards were not centered

View File

@@ -1,12 +1,20 @@
<h1 align="center">Gitea GitHub Theme</h1> <h1 align="center">
<p>Gitea GitHub Theme</p>
<img src="https://img.shields.io/github/issues-raw/lutinglt/gitea-github-theme?style=for-the-badge&labelColor=25292e&color=1a7f37">
<img src="https://img.shields.io/github/issues-closed-raw/lutinglt/gitea-github-theme?style=for-the-badge&labelColor=25292e&color=8250df">
<img src="https://img.shields.io/github/downloads/lutinglt/gitea-github-theme/total?style=for-the-badge&labelColor=25292e&color=1f6feb">
<img src="https://img.shields.io/github/downloads/lutinglt/gitea-github-theme/latest/total?style=for-the-badge&labelColor=25292e&color=238636">
</h1>
<div align="center"> <div align="center">
中文 • [English](README_EN.md) 中文 • [English](README_EN.md)
不仅仅是在颜色上, 在样式细节上也追求 GitHub 风格的 Gitea 主题.
</div> </div>
不仅仅是在颜色上, 在样式细节上也追求 GitHub 风格的 Gitea 主题. ![Dashboard](screenshots/dashboard.png)
> [!TIP] > [!TIP]
> >
@@ -58,8 +66,6 @@ THEMES = gitea-auto, gitea-light, gitea-dark, github-auto, github-light, github-
## 截图 ## 截图
![Dashboard](screenshots/dashboard.png)
### 基本主题 ### 基本主题
```ini ```ini

View File

@@ -1,12 +1,20 @@
<h1 align="center">Gitea GitHub Theme</h1> <h1 align="center">
<p>Gitea GitHub Theme</p>
<img src="https://img.shields.io/github/issues-raw/lutinglt/gitea-github-theme?style=for-the-badge&labelColor=25292e&color=1a7f37">
<img src="https://img.shields.io/github/issues-closed-raw/lutinglt/gitea-github-theme?style=for-the-badge&labelColor=25292e&color=8250df">
<img src="https://img.shields.io/github/downloads/lutinglt/gitea-github-theme/total?style=for-the-badge&labelColor=25292e&color=1f6feb">
<img src="https://img.shields.io/github/downloads/lutinglt/gitea-github-theme/latest/total?style=for-the-badge&labelColor=25292e&color=238636">
</h1>
<div align="center"> <div align="center">
English • [中文](README.md) English • [中文](README.md)
A Gitea theme that pursues GitHub style not only in colors but also in styling details.
</div> </div>
A Gitea theme that pursues GitHub style not only in colors but also in styling details. ![Dashboard](screenshots/en/dashboard-en.png)
> [!TIP] > [!TIP]
> >
@@ -31,9 +39,12 @@ accepted.
### Theme Version Release Rules ### Theme Version Release Rules
- When Gitea releases a minor version, if there are changes in the theme, a new theme version with the same minor version as Gitea will be released - When Gitea releases a minor version, if there are changes in the theme, a new theme version with the same minor
- When Gitea releases a major version, if there are changes in the theme, a theme version `1.old_major_version.latest` will be released and the old version will no longer be maintained version as Gitea will be released
- The pre-release version for major version adaptation is `1.major_version.rc`, and when there are no obvious bugs, a theme version with the same major version as Gitea will be released - When Gitea releases a major version, if there are changes in the theme, a theme version `1.old_major_version.latest`
will be released and the old version will no longer be maintained
- The pre-release version for major version adaptation is `1.major_version.rc`, and when there are no obvious bugs, a
theme version with the same major version as Gitea will be released
## Installation ## Installation
@@ -61,8 +72,6 @@ For details, please refer to the Gitea documentation
## Screenshots ## Screenshots
![Dashboard](screenshots/en/dashboard-en.png)
### Basic Themes ### Basic Themes
```ini ```ini

View File

@@ -156,6 +156,9 @@ export const secondaryNav = css`
gap: 0px; gap: 0px;
min-height: 48px; min-height: 48px;
> .item { > .item {
// 修复手机下的菜单按钮没有居中的问题
margin-top: auto;
margin-bottom: auto;
> .ui.dropdown > .text { > .ui.dropdown > .text {
display: inline-flex; display: inline-flex;
align-items: center; align-items: center;

View File

@@ -8,9 +8,17 @@ export const listHeader = css`
} }
`; `;
// 已标星的图标 export const svg = css`
export const star = css` // 已标星的图标
.octicon-star-fill { .octicon-star-fill {
color: ${themeVars.github.button.star.iconColor} !important; color: ${themeVars.github.button.star.iconColor} !important;
} }
// VSCode 图标
.gitea-vscode {
color: #007acc !important;
}
// VSCodium 图标
.gitea-vscodium {
color: #429cf0 !important;
}
`; `;