This Gitea theme mimics the appearance of GitHub's dark theme for a familiar and visually pleasing experience.
-
Copy the theme-ghdark.css file to /path/to/gitea/custom/public/assets/css/theme-ghdark.css.
-
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"
-
Restart Gitea.
-
Select the "ghdark" theme from your preferences.
-
Enjoy the GitHub-like experience!