mirror of
				https://github.com/lutinglt/gitea-github-theme.git
				synced 2025-10-27 22:40:30 +00:00 
			
		
		
		
	Compare commits
	
		
			2 Commits
		
	
	
		
			v1.24.7
			...
			6ddc5057a4
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|   | 6ddc5057a4 | ||
|   | ceb0fd0b0c | 
							
								
								
									
										38
									
								
								CHANGELOG.md
									
									
									
									
									
								
							
							
						
						
									
										38
									
								
								CHANGELOG.md
									
									
									
									
									
								
							| @@ -1,51 +1,13 @@ | ||||
| ### 🌈 Style | ||||
|  | ||||
| - 优化顶部和二级导航栏的样式和颜色 #18 | ||||
|  | ||||
| ##### 更符合 GitHub 风格 | ||||
|  | ||||
| - 修复并同步工单或 PR 详细页面下的标签菜单样式 #19 | ||||
| - 统一仓库/用户/组织列表无搜索结果时的样式 #20 | ||||
| - 同步页脚样式 | ||||
| - 优化下拉菜单的样式 | ||||
| - 优化创建标签菜单的菜单项的样式 | ||||
| - 同步亮色和柔和暗色主题下的菜单颜色 | ||||
| - 同步工作流运行页面的运行时间字体样式和重新运行按钮样式 | ||||
| - VSCode 和 VSCodium 图标添加颜色 | ||||
|  | ||||
| ### 🐞 Fix | ||||
|  | ||||
| - 修复 Wiki 页面搜索项目没有正确隐藏的问题 #15 | ||||
| - 修复后台账户管理排序菜单项的宽度问题 | ||||
| - 修复合并提交中的主色调按钮组阴影问题 | ||||
| - 修复仓库页面下二级导航栏下划线过粗的问题 | ||||
| - 修复仪表板切换用户按钮菜单下无创建组织按钮时的菜单圆角问题 | ||||
| - 修复导航栏工单/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 | ||||
| @@ -48,10 +48,6 @@ Gitea 理论上小版本号变更不会修改前端布局, 所以主题的小版 | ||||
| 3. 重启 Gitea | ||||
| 4. 在设置中查看主题 | ||||
|  | ||||
| > [!IMPORTANT] | ||||
| > | ||||
| > 自动颜色主题需要亮色和暗色的主题文件 | ||||
|  | ||||
| 例: 主题文件名为 `theme-github-dark.css`,则添加 `github-dark` 到 `THEMES` 末尾 | ||||
|  | ||||
| `gitea/conf/app.ini` 例: | ||||
| @@ -64,6 +60,10 @@ THEMES = gitea-auto, gitea-light, gitea-dark, github-auto, github-light, github- | ||||
| 详细请查看 Gitea 文档 | ||||
| [Gitea docs](https://docs.gitea.com/next/administration/customizing-gitea#customizing-the-look-of-gitea) | ||||
|  | ||||
| > [!IMPORTANT] | ||||
| > | ||||
| > 自动颜色主题需要亮色和暗色的主题文件 | ||||
|  | ||||
| ## 截图 | ||||
|  | ||||
| ### 基本主题 | ||||
|   | ||||
| @@ -54,10 +54,6 @@ accepted. | ||||
| 3. Restart Gitea | ||||
| 4. Check the theme in the settings | ||||
|  | ||||
| > [!IMPORTANT] | ||||
| > | ||||
| > Automatic color theme requires both light and dark theme files. | ||||
|  | ||||
| Example: If the theme filename is `theme-github-dark.css`, add `github-dark` to the end of `THEMES` | ||||
|  | ||||
| Example `gitea/conf/app.ini`: | ||||
| @@ -70,6 +66,10 @@ THEMES = gitea-auto, gitea-light, gitea-dark, github-auto, github-light, github- | ||||
| For details, please refer to the Gitea documentation | ||||
| [Gitea docs](https://docs.gitea.com/next/administration/customizing-gitea#customizing-the-look-of-gitea) | ||||
|  | ||||
| > [!IMPORTANT] | ||||
| > | ||||
| > Automatic color theme requires both light and dark theme files. | ||||
|  | ||||
| ## Screenshots | ||||
|  | ||||
| ### Basic Themes | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| { | ||||
|   "name": "gitea-github-theme", | ||||
|   "version": "1.24.7", | ||||
|   "version": "1.24.8", | ||||
|   "type": "module", | ||||
|   "scripts": { | ||||
|     "dev": "vite build --mode dev", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user