Currently MacCleanMenu uses a hardcoded green leaf icon. In dark mode it looks fine, in light mode less so.
Task
In MacCleanMenuApp.swift, swap to a template image (monochrome) that adapts to the menu bar's background. Use Image(systemName: "leaf.fill") with .foregroundStyle(.primary) or use a template-rendered SF Symbol.
Files to change
Sources/MacCleanMenu/MacCleanMenuApp.swift
Currently
MacCleanMenuuses a hardcoded green leaf icon. In dark mode it looks fine, in light mode less so.Task
In
MacCleanMenuApp.swift, swap to a template image (monochrome) that adapts to the menu bar's background. UseImage(systemName: "leaf.fill")with.foregroundStyle(.primary)or use a template-rendered SF Symbol.Files to change
Sources/MacCleanMenu/MacCleanMenuApp.swift