Fully support Auto Color Scheme on iOS and MacOS
Using DynamicProvider to init Color on both iOS and MacOS. It works without having to include environment variable colorScheme in the SwiftUI View. When the system appearance changes, it will redraw to view automatically.
You can still change the color scheme type manually by setting Color.Neumorphic.colorSchemeType. e.g. Color.Neumorphic.colorSchemeType = .dark