5 Commits
v1 ... master

Author SHA1 Message Date
7bfb28191e Update 'README.md' 2020-12-08 01:03:17 +00:00
6adc1970b0 Update 'README.md' 2020-09-18 00:36:01 +00:00
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 1594 additions and 1319 deletions

View File

@@ -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/)
### 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.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
``` ```

1042
index.css

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff