This commit is contained in:
lutinglt
2025-02-14 00:40:18 +08:00
parent d83f8e9e10
commit bed93d8777
28 changed files with 52 additions and 52 deletions

View File

@@ -17,6 +17,7 @@
4. 在设置中查看主题
`gitea/conf/app.ini` 例:
```ini
[ui]
THEMES = gitea-dark, github
@@ -47,18 +48,11 @@ THEMES = gitea-dark, github
```bash
git clone https://github.com/lutinglt/gitea-github-theme.git
cd gitea-github-theme
deno install --allow-scripts
deno run build
```
查看用于 Gitea 的主题文件: `./dist/theme-github.css`
在开发过程中实时构建主题文件
```bash
deno run watch
```
## 贡献
欢迎提交 Issue 或 Pull Request