Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 731 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 731 Bytes

gitea-theme-github-dark

This Gitea theme mimics the appearance of GitHub's dark theme for a familiar and visually pleasing experience.

Preview

图片

How to use

  1. Copy the theme-ghdark.css file to /path/to/gitea/custom/public/assets/css/theme-ghdark.css.

  2. Modify the Gitea configuration file located at /path/to/gitea/custom/conf/app.ini.

[ui]
THEMES = auto,gitea,arc-green,ghdark ; <- Add "ghdark" here
DEFAULT_THEME = ghdark               ; <- Change the default theme to "ghdark"
  1. Restart Gitea.

  2. Select the "ghdark" theme from your preferences.

  3. Enjoy the GitHub-like experience!