3 Commits
v1 ... v3

Author SHA1 Message Date
bb3e290220 Fixed readme for v3 Release 2020-07-20 03:44:48 +02:00
e759d939eb Made compatible with 1.12.X 2020-07-20 03:42:13 +02:00
8a06a81da3 Made compatible with 1.11.X 2020-07-20 01:41:46 +02:00
3 changed files with 1592 additions and 1319 deletions

View File

@@ -1,11 +1,25 @@
# Gitea-Themes
# Forked version of arc-green theme for gitea
## WARING
If you used the older verion of my theme:
Please remove "theme-arc-blue" from the config (default location: /etc/gitea/app.ini),
since the new version repaces the gitea's own arc-green theme
## Setup
### Put in following dir
/var/lib/gitea/custom/public/css/
### Prepare
Create /public/css/ in the custom directory for gitea (default: /var/lib/gitea/custom/)
```
mkdir -p /var/lib/gitea/custom/public/css/
```
### Gitea Config file
### Install
Download the blue theme to the custom directory
```
[ui]
THEMES = gitea,arc-green,<Custom themeName>
wget https://git.bprieshof.nl/brammp/Gitea-Themes/raw/tag/v3/theme-arc-blue.css -O /var/lib/gitea/custom/public/css/theme-arc-green.css
```
### Finalize
Restart gitea
```
systemctl restart gitea
```

1042
index.css

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff