Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

TheralSadurns

Cancelled
Original poster
Jul 8, 2010
811
1,204
Hi everyone.
I notices a couple of videos and reports online that mention that the new iMacs have ONE ADDITIONAL Accent Color all the way to the RIGHT in System Preferences/General. Yellow for a yellow iMac, green for a green iMac etc..

This value shows up to the right of Graphite (see screenshot).
Since these settings are not showing on other machines... I was wondering whether they don't exist, or are just hidden. I'm assuming it's the latter.

If people with the new iMacs are willing to check... we can find out what the actual values for these colors are... and we may be able to set them via Terminal.

There's a pretty interesting discussion of this topic here:

https://stackoverflow.com/questions...termine-the-macos-10-14-accent-color/51695756

Sadly... it's kinda outdated.

It'd be cool if you had a new iMac, could set the Accent Color to that special 10th color. Then open Terminal and enter

Bash:
defaults read -g AppleAccentColor

And report back WHICH iMac you have... and what result was displayed.


Screen Shot 2021-06-13 at 00.32.47.png
 

rambo47

macrumors 65816
Oct 3, 2010
1,352
972
Denville, NJ
Holy Smokes, never noticed that! I have dark/slate blue to match the blue iMac. It's kinda slick.
 

Attachments

  • Screen Shot 2021-06-12 at 8.10.18 PM.png
    Screen Shot 2021-06-12 at 8.10.18 PM.png
    1.4 MB · Views: 125

coso

macrumors 6502a
Feb 9, 2012
951
556
It is known that every new iMac comes by default with an accent color matching the aluminum chassis one
 

ahodes

macrumors member
Oct 10, 2011
45
30
It's the default value for the iMac, so maybe it removes the preference. Notice how the title of that extra color is "This Mac"? It doesn't seem like the colors are distinct options in the AppleAccentColor pref. Guessing that if you choose multicolor on the new iMac you get a value returned from that command?
 
Last edited:

TheralSadurns

Cancelled
Original poster
Jul 8, 2010
811
1,204
I found the answer:
https://georgegarside.com/blog/macos/imac-m1-accent-colours-any-mac/

Start by enabling the hardware-based accent colors. This requires enabling NSColorSimulateHardwareAccent.

In Terminal write:
Bash:
defaults write -g NSColorSimulateHardwareAccent -bool YES

Then choose a color with NSColorSimulatedHardwareEnclosureNumber with a value between 3 and 8 inclusive.

Bash:
defaults write -g NSColorSimulatedHardwareEnclosureNumber -int 3

3 = yellow
4 = green
5 = blue
6 = pink
7 = purple
8 = orange
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.