打开终端
1、先获取软件在Apple注册的名称
双引号内为软件名称,获取红框内的注册名称
osascript -e 'id of app "访达"'
2、设置软件为浅色窗口
com.apple.finder替换为上一步获取的注册名称
defaults write com.apple.finder NSRequiresAquaSystemAppearance -bool YES
3、重启
重启后就ok了
双引号内为软件名称,获取红框内的注册名称
osascript -e 'id of app "访达"'
com.apple.finder替换为上一步获取的注册名称
defaults write com.apple.finder NSRequiresAquaSystemAppearance -bool YES
重启后就ok了