How to undo... "Mimic PC monitor" AppleScript effect

vks_vikas

Registered
I just ran "Mimic PC monitor" AppleScript present in Applications > AppleScript > Example Scripts folder! And now my screen appears blueish. How do I revert back to default Mac settings?

Regards,
-Vks
 
all that thing does is:

on run
tell application "ColorSyncScripting" to set display profile of display 1 to profile "sRGB Profile"
end run

So go to your Display preference pane and set up the display correctly again.
 
Back
Top