The default theme used by git.avenging.systems
Find a file
2024-07-25 21:30:27 -06:00
LICENSE Initial commit 2024-07-25 21:30:27 -06:00
README.md Initial commit 2024-07-25 21:30:27 -06:00
theme-avenging-systems.css Initial commit 2024-07-25 21:30:27 -06:00

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