A simplified version of the gitea matrix theme for gitea 1.18.5
Go to file
Fanyang Meng 3683636ba8 Update home.tmpl 2021-04-11 17:16:19 +08:00
.github/workflows Create greetings.yml 2020-02-04 20:59:52 +02:00
preview Change the markdown preview pictures in README.md 2020-02-15 20:35:57 +08:00
public Fix get Heigh&Width (#14) 2020-05-04 16:51:58 +02:00
templates Update home.tmpl 2021-04-11 17:16:19 +08:00
LICENSE Update LICENSE 2020-02-04 19:51:18 +02:00
README.md Update README.md 2020-09-19 00:40:32 +08:00

README.md

Gitea Matrix Template- Turn your gitea arc-green template into the matrix

Previews:

preview 1

preview 2

preview 3

preview 4

preview 5

For Gitea Version 1.12.x

How to use:

  1. Find your gitea custom directory path in Site Administration > Configuration > Custom File Root Path.
  2. Create directories: templates and public/css within the directory, if it does not already exist. But please empty any previous files as they may create a conflict or unexpected behaviour.
  3. Clone then Copy/Move files from this repo into the custom directory location.
  4. Add folowing lines to your gitea config:
[ui]
THEMES = gitea,arc-green,matrix
DEFAULT_THEME = matrix
  1. Restart your Gitea Service and you are ready to go.

Welcome to the matrix!

Special Notes:

  • A user can still change the theme settings.

Special Thanks to 6543 & MFYDev

https://github.com/6543 https://github.com/MFYDev