Gitea Purple theme made for Plume!
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
iamdoubz 26c5acb26b Add screenshots
(finally!)
3年前
public Merge changes from redsilver theme 3年前
LICENSE Initial commit 4年前
README.md Add screenshots 3年前

README.md

Gitea-Lite-Purple

Specifically made for Plume's Gitea instance at https://git.joinplu.me

Directions

  1. Find out where where your custom directory is (Site Administration, Configuration, Custom File Root Path)
  2. Verify there is no public folder within the custom folder
  3. If there is a public folder already there, make sure that both the css and img directories are created
  4. If they do not exist, create them
  5. To add just the theme and not use the purple Gitea logos, copy theme-litepurple.css into the \path\to\custom\public\css folder
  6. If you want to use the logos, make a backup of your existing img folder with cp -a img img.bak
  7. Copy all of the logos from public/img into your img folder
  8. 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

gitea-litepurple-02.png