Plume themed Gitea #824
Labels
No labels
A: API
A: Backend
A: Federation
A: Front-End
A: I18N
A: Meta
A: Security
Build
C: Bug
C: Discussion
C: Enhancement
C: Feature
Compatibility
Dependency
Design
Documentation
Good first issue
Help welcome
Mobile
Rendering
S: Blocked
S: Duplicate
S: Incomplete
S: Instance specific
S: Invalid
S: Needs Voting/Discussion
S: Ready for review
Suggestion
S: Voted on Loomio
S: Wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Plume/Plume#824
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello, I am a big fan of Plume and Gitea and am happy to see the team using this git solution!
To celebrate, I have made a "Plume theme" for Gitea. It works for both Gitea versions 1.12 and 1.13.
I have a demo site where you can see it here: https://git2.dou.bet
The source code is here: https://git.dou.bet/iamdoubz/Gitea-Lite-Purple
Install it if you'd like, or do nothing with it!
Hello, and thank you! I would be happy to set up this theme, but I have no idea of how to do so, and I'm can't find any documentation about that. Do you have a link or something explaining how to set up a custom theme?
Of course!
So when you set up Gitea, there is a custom directory which is where the app.ini resides for your instance. if you are unsure where it is, you can check under Configuration in the Site Administrator settings.
If the folder "public", isn't there, and you want to use the theme and the purple logos, just copy the public folder from my git.
Then you need to tell Gitea how to use the bew theme. In the app.ini file, if there is a section called [ui], then add
litepurple
to the themes list.Does that help?
I also added instructions to the repo README
It's surprisingly good <3