25 lines
681 B
Markdown
25 lines
681 B
Markdown
# 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
|
|
### Prepare
|
|
Create /public/css/ in the custom directory for gitea (default: /var/lib/gitea/custom/)
|
|
```
|
|
mkdir -p /var/lib/gitea/custom/public/css/
|
|
```
|
|
|
|
### Install
|
|
Download the blue theme to the custom directory
|
|
```
|
|
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
|
|
``` |