Initial commit

This commit is contained in:
Łukasz Stolcman 2018-05-14 09:56:19 +02:00
commit 4636a982d1
5 changed files with 16498 additions and 0 deletions

24
README.md Normal file
View File

@ -0,0 +1,24 @@
# Gitea - Darkmode
A Github theme for Gitea.
## Screenshots
![Repository Page](/images/1.png)
![Commits List](/images/2.png)
## Directions
Put `public/styles.css` into the `public/` directory of your gitea installation (you may need to create it), and place `templates/custom/header.tmpl` into the `templates/custom/` directory of your gitea installation.
## Credit
Style is loosely based on:
- https://github.com/go-gitea/gitea/issues/56
- https://github.com/go-gitea/gitea/issues/56#issuecomment-275918020
- http://pastebin.com/NJF5wg9W
Additional changes are in the end of a file.

BIN
images/1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

BIN
images/2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

16473
public/styles.css Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
<link rel="stylesheet" href="{{AppSubUrl}}/styles.css">