How can I modify the red/yellow/green window buttons for close/minimize/zoom in Mac OS X? There must be an editable resource or plist somewhere.
Here are the buttons I'm talking about:
For red/green colorblind individuals, those colors can be maddening. I wish they chose the actual bluish shade of green used in a traffic light instead of the puke grass green. That grassy green is indeterminable from the red.
Changing the theme to graphite is a poor alternative, so any other method is much preferred.
Just as a reminder, the Graphite appearance in Snow Leopard and earlier changed the window buttons to gray. I was quite surprised and unhappy that in Mountain Lion these remain colored even in the Graphite theme. (I forget what Lion did, because I only used it briefly.) It's my machine. I want to change it. Color stands out more than I want and is distracting. It also looks unprofessional. In fact, I used to use Unsanity's Mighty Mouse to turn the stupid colored beachball into something gray.
Okay, after a long and seemingly endless research cycle, I've located where the window buttons are stored. They're in a file called
ArtFile.bin
in/System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/Resources/
.Also, a guy named Alex Zielenski with the help of Indragie Karunaratne created a utility named artFileTool to get to its contents. The second link is the code repository for the utility.
Here's the process to extract and then rebuild the resource as described on the MacThemes forum by a user named toutheme:
I hope this helps anyone who got as frustrated as I did at how difficult it is discovering basic information about the inner workings of OS X.
Modifying buttons in MacOSX 10.11 El Capitan can also be done by an Alex Zielenski's tool called "ThemeEngine", found HERE at github.com. You have to edit copies of the
“.car” files in: /System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources
Each of these .car files contains "WindowFrame_WindowControlButtons" which itself consists of 240 items (!). I "grouped" those (= button in app window) with first "Size" then "Scale". Higher resolved "...@x2.psd" items are used for Retina Displays, "small" ones for in-app windows, like the colors palette in TextEdit.
In ThemeEngine graphic items (*.psd!) are selected and sent/received to/from a compatible Editor (eg: Photoshop), but can also be individually dragged to any folder, changed or replaced by other apps (even "Preview") and be re-dragged to any .car-file window in ThemeEngine.
Normally you'd first have to deactivate SIP in El Capitan, but I found it easier to select my "old" Maverick USB drive as startup disk and drag the SystemAppearance.car back into SystemAppearance.bundle manually, then to re-restart (see also "AccessibilityDarkAppearance.car").
I find the new disgustingly-2D icons really amateurish, kind of "deflated" -- so I exchanged them with a set of Maverick-like ones, copied from an older MacOSX. As a compromise I applied the "negative" white plus/minus signs used in El-Capitan.
(Btw: I didn't use the above mentioned artFileTool by Alex to get at the Aqua buttons, but simply made a series of screenshots and cut out the various states of round Aqua buttons.)
If anybody is interested I can post my "SystemAppearance.car" file here ...