Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7bfb28191e | |||
| 6adc1970b0 | |||
| bb3e290220 | |||
| e759d939eb |
28
README.md
28
README.md
@@ -1,11 +1,27 @@
|
|||||||
# Gitea-Themes
|
# **Archived in favor of DarkTheme/Gitea-Arc_blue-Theme**
|
||||||
|
# https://git.bprieshof.nl/DarkTheme/Gitea-Arc_blue-Theme
|
||||||
|
## 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
|
## 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/)
|
||||||
|
```
|
||||||
|
mkdir -p /var/lib/gitea/custom/public/css/
|
||||||
|
```
|
||||||
|
|
||||||
### Gitea Config file
|
### Install
|
||||||
|
Download the blue theme to the custom directory
|
||||||
```
|
```
|
||||||
[ui]
|
wget https://git.bprieshof.nl/DarkTheme/Gitea-Themes/raw/tag/v3/theme-arc-blue.css -O /var/lib/gitea/custom/public/css/theme-arc-green.css
|
||||||
THEMES = gitea,arc-green,<Custom themeName>
|
```
|
||||||
|
|
||||||
|
### Finalize
|
||||||
|
Restart gitea
|
||||||
|
```
|
||||||
|
systemctl restart gitea
|
||||||
```
|
```
|
||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user