1
0
mirror of https://github.com/iamdoubz/Gitea-Red-Silver synced 2025-10-05 15:42:44 +02:00
2021-03-25 11:31:19 -05:00
2020-09-21 14:09:16 -05:00
2020-09-28 11:13:03 -05:00

Gitea-Red-Silver

Lite theme, yet not as much strain on the eyes as a bright or dark theme with red as main color.

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 red Gitea logos, copy theme-redsilver.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,redsilver
DEFAULT_THEME = redsilver

Photos

gitea-redsilver-04.png gitea-redsilver-02.png gitea-redsilver-03.png

Description
Lite theme, yet not as much strain on the eyes as a bright or dark theme with red as main color.
Readme MIT 246 KiB
Languages
CSS 100%