Theming forgejo
Today, I want to theme my forgejo instance. After leaving GitHub to host my own Forgejo instance, I wanted to customize my Forgejo instance a bit. Nothing fancy though, I just want to change the primary color of the instance. Sounds easy at first, but it’s actually more complicated than you can imagine, because forgejo lacks support for advanced interface customization, and the documentation for theming is far from clear. Using themes Gitea supports themes (Forgejo is a Gitea fork), so we’re going to customize it that way, as I just want to change the color scheme of my instance. ...