XCode 4.3 fonts and colors export
Asked Answered
S

2

10

I have created a fonts and colors theme for code editing in XCode 4.3 on my laptop that I am particularly happy with, and I would like to export this and then re-import it onto my desktop.

Since going to this new App version of XCode, I can't appear to find anything user preferences related in ~\Library any more. Does anyone know where the fonts and colors setting is now stored, or how to export/import an XCode color theme?

Sitka answered 13/5, 2012 at 18:14 Comment(0)
B
26

The folder is still there it is just hidden in Lion. You need to copy the file using terminal or show hidden files by typing in terminal 'defaults write com.apple.finder AppleShowAllFiles TRUE'

The path is: ~/Library/Developer/Xcode/UserData/FontAndColorThemes

Boaz answered 31/5, 2012 at 10:17 Comment(1)
Had no clue I had to needed to use terminal, was wondering why the heck I couldn't find it. Worked perfectly!Reganregard
E
3

You don't actually have to use terminal, you can access that folder by using "Go to Folder…" in the "Go" menu in Finder's Menu Bar. The keyboard shortcut is shift+command+G.

The "Go" menu of Finder's Menu Bar, with "Go to Folder..." at the bottom.

Paste ~/Library/Developer/Xcode/UserData/FontAndColorThemes in the resulting dialog.

The dialog resulting from clicking the indicated menu item.

Note: this folder only exists once you add or duplicate a theme.

Ev answered 27/10, 2013 at 5:1 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.