diff --git a/README.md b/README.md new file mode 100644 index 0000000..8ef5950 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# Gitea Matrix Template- Turn your gitea arc-green template into the matrix +## Previews: + +![preview 1](images/matrix-preview.png "Logo Title Text 1") + +![preview 2](images/matrix-preview-2.png "Logo Title Text 1") + + + +## 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 in your custom root path called ***/public/css/***. +4. Clone the 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 earlier. +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` + +7. Restart your Gitea Service and you are ready to go. +### Welcome to the matrix! \ No newline at end of file diff --git a/gitea-matrix-theme.css b/gitea-matrix-theme.css index 97fe9b2..efce670 100644 --- a/gitea-matrix-theme.css +++ b/gitea-matrix-theme.css @@ -11,4 +11,8 @@ body{ background-color: black !important; color: #83f20d !important; -} \ No newline at end of file +} +.following.bar.light{background-color:black;border-bottom:1px solid #83f20d !important;box-shadow:0 2px 3px rgba(0,0,0,.04)} +footer{background-color:black !important;border-top:1px solid #83f20d !important;width:100%;flex-basis:40px;color:#83f20d} +.ui.secondary.menu{background-color: black !important;} +.footer{background:black !important;border-top:1px solid #313131} \ No newline at end of file diff --git a/images/matrix-preview-2.png b/images/matrix-preview-2.png new file mode 100644 index 0000000..6b0f2db Binary files /dev/null and b/images/matrix-preview-2.png differ diff --git a/images/matrix-preview.png b/images/matrix-preview.png new file mode 100644 index 0000000..4c90b25 Binary files /dev/null and b/images/matrix-preview.png differ