Made compatible with 1.12.X
This commit is contained in:
28
README.md
28
README.md
@@ -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,
|
||||||
|
since the new version repaces the gitea's own arc-green theme
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
### Put in following dir
|
### Prepare
|
||||||
/var/lib/gitea/custom/public/css/
|
Create /public/css/ in the custom directory for gitea (default: /var/lib/gitea/custom/)
|
||||||
|
|
||||||
### Gitea Config file
|
|
||||||
```
|
```
|
||||||
[ui]
|
mkdir -p /var/lib/gitea/custom/public/css/
|
||||||
THEMES = gitea,arc-green,<Custom themeName>
|
```
|
||||||
|
|
||||||
|
### Install
|
||||||
|
Download the blue theme to the custom directory
|
||||||
|
```
|
||||||
|
wget https://git.ictmaatwerk.com/bprieshof/Gitea-Themes/raw/branch/master/theme-arc-blue.css -O /var/lib/gitea/custom/public/css/theme-arc-green.css
|
||||||
|
```
|
||||||
|
|
||||||
|
### Finalize
|
||||||
|
Restart gitea
|
||||||
|
```
|
||||||
|
systemctl restart gitea
|
||||||
```
|
```
|
||||||
1176
theme-arc-blue.css
1176
theme-arc-blue.css
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user