is there a sane way to set an "accent color" on macos 26 but keep the classic light-blue folders?
ive been doing this, which works but feels very dumb..
defaults write -g AppleIconAppearanceTintColor Other
defaults write -g AppleIconAppearanceCustomTintColor '0.356 0.782 0.971 1.0'
@a I did the same thing (well except using the UI, setting an explicit color for folders)
I don’t remember how folder colors interact with Dye, but that might also be an option: https://lemon.garden/dye/
@a (I'm bookmarking this...)