Skip to content

Make the menu bar icon match the macOS system theme #10

@iliyami

Description

@iliyami

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions