Skip to content

Restore your colors

Ray edited this page Apr 8, 2015 · 7 revisions

Copy and paste the following commands into Terminal and press return to run.

If you are using AppStore Version:
killall Sketch ; cd ~/Library/Containers/com.bohemiancoding.sketch3/Data/Library/Application\ Support/com.bohemiancoding.sketch3/ ; rm assets-v55.sketchpreset ; mv assets-v55.sketchpreset.backup assets-v55.sketchpreset ; open /Applications/Sketch.app ; echo 'All Done!!!'
If you are using Out of AppStore Version:
killall Sketch ; cd ~/Library/Application Support/com.bohemiancoding.sketch3/ ; rm assets-v55.sketchpreset ; mv assets-v55.sketchpreset.backup assets-v55.sketchpreset ; open /Applications/Sketch.app ; echo 'All Done!!!'