mirror of
https://github.com/sudosylabs/vnidrop.git
synced 2026-08-05 10:29:58 +02:00
The macOS sidebar selection and item icons rendered in the system default blue because the app had no global accent color — SwiftUI's `.tint` doesn't reach the AppKit-backed sidebar. Add an AccentColor asset (the exact sRGB of VniDropColors.brandPurple) and wire ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME so the accent applies at the OS level everywhere, including the sidebar.