A custom theme and templates for Forgejo to match with my own branding and style.
https://code.vexcited.com
- CSS 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
All checks were successful
Deploy / deploy (push) Successful in 46s
|
||
| .forgejo/workflows | ||
| src/css | ||
| README.md | ||
Usage
# catppuccin macchiato mauve is required.
# credits to https://github.com/catppuccin/gitea
wget https://catppuccin.github.io/gitea/theme-catppuccin-macchiato-mauve.css -O catppuccin.css
# grab my theme!
wget https://code.vexcited.com/forgejo/theme/raw/branch/main/src/css/theme.css -O vexcited-theme.css
Put those two files inside <FORGEJO>/gitea/public/assets/css. Once done,
you might want to edit the configuration of Forgejo to add the following.
[ui]
THEMES = vexcited
DEFAULT_THEME = vexcited
Disclaimer
This theme is intended to work on code.vexcited.com only with the templates
expected to be matching the CSS classes.
A few settings to use to make sure the theme does not break.
[repository]
DISABLE_STARS = true
[ui]
DEFAULT_SHOW_FULL_NAME = true
SHOW_USER_EMAIL = false
[other]
SHOW_FOOTER_TEMPLATE_LOAD_TIME = false
SHOW_FOOTER_POWERED_BY = false
SHOW_FOOTER_VERSION = false
I'll try to make sure those also work in the near future.