gitextract_izodftd0/ ├── .gitignore ├── DMG/ │ ├── AppIcon.icns │ └── manifest.json ├── LICENSE ├── Menubar Toggle/ │ ├── Menubar Toggle/ │ │ ├── AppDelegate.h │ │ ├── AppDelegate.m │ │ ├── Assets.xcassets/ │ │ │ ├── AppIcon.appiconset/ │ │ │ │ └── Contents.json │ │ │ ├── Contents.json │ │ │ ├── menubarLogoDarkThemeEnabled.imageset/ │ │ │ │ └── Contents.json │ │ │ └── menubarLogoLightThemeEnabled.imageset/ │ │ │ └── Contents.json │ │ ├── Base.lproj/ │ │ │ └── MainMenu.xib │ │ ├── Info.plist │ │ ├── LPWallpaperObserver.h │ │ ├── LPWallpaperObserver.m │ │ ├── Menubar Toggle.entitlements │ │ ├── NSImage+Luminance.h │ │ ├── NSImage+Luminance.m │ │ ├── change_theme.txt │ │ ├── get_theme.txt │ │ └── main.m │ └── Menubar Toggle.xcodeproj/ │ ├── project.pbxproj │ └── project.xcworkspace/ │ └── contents.xcworkspacedata ├── README.md └── toggle.sketch