c209feb71a | ||
---|---|---|
admin | ||
base | ||
custom | ||
explore | ||
images | ||
org | ||
pwa | ||
repo | ||
status | ||
swagger | ||
user | ||
README.md | ||
gitea-matrix-theme.css | ||
home.tmpl | ||
install.tmpl |
README.md
Gitea Matrix Template- Turn your gitea arc-green template into the matrix
Previews:
For Gitea Version 1.10.3
How to use:
- Find your gitea custom directory path in Site Administration > Configuration > Custom File Root Path.
- Create a new directory in your custom root path called templates.
- Create another directory and it's child in your custom root path called public/css.
- Clone this repo on your gitea server and move all the files except gitea-matrix-theme.css to the templates directory in your custom root path that you created in step 2.
- Move the gitea-matrix-theme.css into the public/css/ folder you created in step 3.
- Set the arc-green built-in gitea theme active under Settings or set is as the default theme by finding your Site Administration > Configuration > Configuration File Path usually /.../gitea/app.ini. Edit it to add this code to the last part of the file and save it:
[ui]
DEFAULT_THEME = arc-green
- Restart your Gitea Service and you are ready to go.