Latest version 1.0
Released 22 hours ago on 26th Aug, 2026
Initial release.
This theme simply hides moon phases other than "full moon" from calendars to avoid visual clutter. You can add rules to your campaign CSS to allow other phases to show as well, for example new moons:
table.calendar svg.moon-phase-new {
display: initial;
}
Other phases can be added or substituted using the following names:
svg.moon-phase-waxing_gibbous svg.moon-phase-waxing_crescent svg.moon-phase-waning_gibbous svg.moon-phase-waning_crescent svg.moon-phase-first_quarter svg.moon-phase-last_quarter
Want to show appreciation for my plugins or request one-on-one CSS help? I accept tips on Ko-fi (no account needed): 
Released 22 hours ago on 26th Aug, 2026
Initial release.