A simplified version of the gitea matrix theme for gitea 1.18.5
Go to file
TylerByte b595d990f1
Merge pull request #5 from 6543-forks/impruve
Move script out of template
2020-02-04 20:14:51 +02:00
public use js file instead embeding it 2020-02-04 13:31:22 +01:00
templates use js file instead embeding it 2020-02-04 13:31:22 +01:00
LICENSE Update LICENSE 2020-02-04 19:51:18 +02:00
README.md Update README.md 2020-02-04 20:11:43 +02:00
matrix-preview-2.png update ReadMe 2020-02-04 12:52:29 +01:00
matrix-preview.png update ReadMe 2020-02-04 12:52:29 +01:00

README.md

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

Previews:

preview 1

preview 2

For Gitea Version 1.10.3

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!

https://github.com/6543