Watch
1
Fork
You've already forked theme
0
A custom theme and templates for Forgejo to match with my own branding and style. https://code.vexcited.com
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Mikkel ALMONTE--RINGAUD 63ffedebb7
All checks were successful
Deploy / deploy (push) Successful in 46s
feat: repository stats placement
2026-07-14 16:48:26 +00:00
.forgejo/workflows chore: oops file name 2026-07-12 18:57:18 +00:00
src/css feat: repository stats placement 2026-07-14 16:48:26 +00:00
README.md docs: explain usage process 2026-06-30 16:36:49 +02:00

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.