Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7bfb28191e | |||
| 6adc1970b0 | |||
| bb3e290220 | |||
| e759d939eb | |||
| 8a06a81da3 |
30
README.md
30
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
|
||||
### Put in following dir
|
||||
/var/lib/gitea/custom/public/css/
|
||||
|
||||
### Gitea Config file
|
||||
### Prepare
|
||||
Create /public/css/ in the custom directory for gitea (default: /var/lib/gitea/custom/)
|
||||
```
|
||||
[ui]
|
||||
THEMES = gitea,arc-green,<Custom themeName>
|
||||
mkdir -p /var/lib/gitea/custom/public/css/
|
||||
```
|
||||
|
||||
### Install
|
||||
Download the blue theme to the custom directory
|
||||
```
|
||||
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
|
||||
```
|
||||
|
||||
### Finalize
|
||||
Restart gitea
|
||||
```
|
||||
systemctl restart gitea
|
||||
```
|
||||
1841
theme-arc-blue.css
1841
theme-arc-blue.css
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user