A userstyle that applies GitHub's dark theme colors to Forgejo instances
- CSS 100%
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| LICENSE | ||
| README.md | ||
| style.user.css | ||
Forgejo GitHub Theme
A userstyle that applies GitHub's dark theme colors to Forgejo instances (including Codeberg).
Theme is based on forgejo-dark, with all colors replaced with colors from GitHub.
Light mode is not supported right now.
Installation
- For now, set the theme in Forgejo to
gitea-dark, other combinations have not been tested with this style. It's known that the Codeberg theme interferes. - Install the Stylus browser extension
- Click here to install the style
Configuration
Edit the @-moz-document rule at the top of the style to match your Forgejo instance URLs.
Development
Format CSS before committing:
npx prettier --write style.user.css