Skip to content

lutinglt/gitea-github-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitea-github-theme

尽量保持与 GitHub Dark 相同样式的 Gitea 主题

字体说明:

Victor Mono 相比其他等宽字体更为紧凑, 可以减少换行

安装

  1. 在发布页下载最新的 theme-github.css 放入 gitea/public/assets/css 目录下
  2. 修改 gitea/conf/app.ini,并将 , github 附加到 [ui] 下的 THEMES 末尾
  3. 重启 Gitea
  4. 在设置中查看主题

gitea/conf/app.ini 例:

[ui]
THEMES = gitea-dark, github

详细请查看 Gitea 文档 Gitea docs

截图

仓库

仓库文件列表

仓库发布

仓库提交

Actions

Actions Step

构建

需要 nodejs 和 npm

git clone https://github.com/lutinglt/gitea-github-theme.git
cd gitea-github-theme
npm install
npm run build:theme

查看用于 Gitea 的主题文件: ./dist/theme-github.css

在开发过程中实时构建主题文件

npm run watch

贡献

欢迎提交 Issue 或 Pull Request