You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
1.1 KiB
Markdown

4 years ago
# Gitea-Lite-Purple
Specifically made for Plume's Gitea instance at https://git.joinplu.me
## Directions
01. Find out where where your custom directory is (Site Administration, Configuration, Custom File Root Path)
02. Verify there is no public folder within the custom folder
03. If there is a public folder already there, make sure that both the `css` and `img` directories are created
04. If they do not exist, create them
05. To add _just_ the theme and not use the purple Gitea logos, copy theme-litepurple.css into the `\path\to\custom\public\css` folder
06. If you want to use the logos, make a backup of your existing `img` folder with `cp -a img img.bak`
07. Copy all of the logos from [public/img](public/img) into your `img` folder
08. Tell Gitea there is a new theme by editing or adding the app.ini file [ui] section:
```
[ui]
THEMES = gitea,arc-green,litepurple
DEFAULT_THEME = litepurple
```
[![gitea-litepurple-01.png](https://pix.dou.bet/images/2021/03/29/gitea-litepurple-01.png)](https://pix.dou.bet/image/gPVO)
[![gitea-litepurple-02.png](https://pix.dou.bet/images/2021/03/29/gitea-litepurple-02.png)](https://pix.dou.bet/image/ghoa)