yannisme / melon
A fresh, modular Flarum 2.0 theme with brand customization, dark mode, and layout options.
Package info
Language:JavaScript
Type:flarum-extension
pkg:composer/yannisme/melon
0.0.8
2026-04-24 05:44 UTC
Requires
- flarum/core: ^2.0.0
README
This is a new attempt built on Flarum 2.x. The community is currently using it. In the early stage, due to lack of compatibility with other extensions and potential bugs, your feedback and suggestions are very welcome to help make this theme more complete.
Melon - 🍈
A clean, modular Flarum 2.0 theme with customizable styles, dark mode, and multiple page layout options.
Features
🎨 Customization
- Primary color, header background color, and text color
- Background color, surface color, and text color in dark mode
- Border radius control
- Sidebar toggle
- Post card style (rounded / flat / shadow)
- Compact mode for post lists
- Avatar size control inside posts
🧩 Modular Page Layout (each module can be toggled independently)
| Module | Page | Description |
|---|---|---|
| Home Layout | / |
Category card grid + recent discussions, featured tags, custom links |
| Tags Page | /tags |
Tag cloud + category cards and popular post titles |
| Post List Page | /t/{tag} |
Blog-style post list with excerpts, like count, reply count, sorting, and infinite scroll |
| Post Detail Page | /d/{id} |
Timeline layout, sidebar (floor jump, participants, events), floor numbers, CSS parameter tweaks |
Installation
composer require yannisme/melon
Clear Cache
php flarum cache:clear
Uninstall
composer remove yannisme/melon
License
MIT
Changelog
Fixed
- Added HTML rendering support for melon-hero-subtitle
- Fixed alignment issue on homepage tag area
- Fixed dark mode on admin panel
- Fixed participants and floor jump issues
- Fixed comma display issue
- Fixed cache issue on homepage "Recent Discussions" section
- Fixed floor number display issue
- Fixed incorrect title bolding
- Fixed post deletion issue
- Fixed flickering issue during loading
- Fixed blank page issue on some pages
Adapted
- Adapted for Chinese language environment