The default theme used by git.avenging.systems
LICENSE | ||
README.md | ||
theme-avenging-systems.css |
git-theme
The default theme used by git.avenging.systems
Installation
- Download the current theme
curl https://git.avenging.systems/AvengingSystems/git-theme/raw/branch/main/theme-avenging-systems.css > theme-avenging-systems.css
- The copy the CSS file to
/var/lib/forgejo/custom/public/assets/css
cp theme-avenging-systems.css /var/lib/forgejo/custom/public/assets/css
- Add AvengingSystems to the comma-separated list of setting THEMES in app.ini. Optionally set the DEFAULT_THEME if desired.
[ui]
DEFAULT_THEME = avenging-systems
THEMES = forgejo-auto,forgejo-light,forgejo-dark,avenging-systems