A simplified version of the gitea matrix theme for gitea 1.18.5
Go to file
TylerByte efdd6ca77f Added Version to README.md 2020-02-03 23:19:18 +02:00
admin Got the latest template files 2020-01-30 08:18:08 +02:00
base Added Matrix and CSS 2020-01-30 13:51:29 +02:00
custom Got the latest template files 2020-01-30 08:18:08 +02:00
explore Got the latest template files 2020-01-30 08:18:08 +02:00
images Finishing touches 2020-02-03 23:11:18 +02:00
mail Got the latest template files 2020-01-30 08:18:08 +02:00
org Got the latest template files 2020-01-30 08:18:08 +02:00
pwa Got the latest template files 2020-01-30 08:18:08 +02:00
repo Got the latest template files 2020-01-30 08:18:08 +02:00
status Got the latest template files 2020-01-30 08:18:08 +02:00
swagger Got the latest template files 2020-01-30 08:18:08 +02:00
user Got the latest template files 2020-01-30 08:18:08 +02:00
README.md Added Version to README.md 2020-02-03 23:19:18 +02:00
gitea-matrix-theme.css Finishing touches 2020-02-03 23:11:18 +02:00
home.tmpl Added Matrix and CSS 2020-01-30 13:51:29 +02:00
install.tmpl Got the latest template files 2020-01-30 08:18:08 +02: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 a new directory in your custom root path called templates.
  3. Create another directory and it's child in your custom root path called public/css.
  4. 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.
  5. Move the gitea-matrix-theme.css into the public/css/ folder you created in step 3.
  6. 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

  1. Restart your Gitea Service and you are ready to go.

Welcome to the matrix!