婆罗门
精华
|
战斗力 鹅
|
回帖 0
注册时间 2010-8-25
|
本帖最后由 四点 于 2014-10-19 08:51 编辑
用亮配色下觉得Dock难看的可以单独把Dock改成暗色试试
在Terminal中分别运行以下命令以查看效果- defaults write NSGlobalDomain AppleInterfaceStyle Dark
- killall Dock
- defaults remove NSGlobalDomain AppleInterfaceStyle
复制代码 写入Automator拖入Login Items或者写成plist放入LaunchAgents可以确保启动后自动运行
转载自Reddit
效果预览

Here’s how to achieve that effect.
Open Terminal, then copy/paste this and press Return: defaults write NSGlobalDomain AppleInterfaceStyle Dark
Paste or type killall Dock and press Return. The Dock will relaunch in its dark mode.
Copy/paste this and press Return: defaults remove NSGlobalDomain AppleInterfaceStyle
The first step sets dark mode, step two restarts the Dock to switch it to dark mode, and step three turns off dark mode—but the Dock won’t notice, and will remain in its dark state (until it’s next restarted, which isn’t often). Because the Command-Tab switcher is associated with the Dock, it will also be dark.
|
|