Skip to content

Instantly share code, notes, and snippets.

@chunkyguy
Created November 2, 2016 15:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chunkyguy/a7e92890cfe773cc2f23453c4f92e985 to your computer and use it in GitHub Desktop.
Save chunkyguy/a7e92890cfe773cc2f23453c4f92e985 to your computer and use it in GitHub Desktop.
Xcode color theme
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>DVTConsoleDebuggerInputTextColor</key>
<string>0 0 0 1</string>
<key>DVTConsoleDebuggerInputTextFont</key>
<string>Menlo-Bold - 11.0</string>
<key>DVTConsoleDebuggerOutputTextColor</key>
<string>0 0 0 1</string>
<key>DVTConsoleDebuggerOutputTextFont</key>
<string>Menlo-Regular - 11.0</string>
<key>DVTConsoleDebuggerPromptTextColor</key>
<string>0.255 0.714 0.27 1</string>
<key>DVTConsoleDebuggerPromptTextFont</key>
<string>Menlo-Bold - 11.0</string>
<key>DVTConsoleExectuableInputTextColor</key>
<string>0 0 0 1</string>
<key>DVTConsoleExectuableInputTextFont</key>
<string>Menlo-Regular - 11.0</string>
<key>DVTConsoleExectuableOutputTextColor</key>
<string>0 0 0 1</string>
<key>DVTConsoleExectuableOutputTextFont</key>
<string>Menlo-Bold - 11.0</string>
<key>DVTConsoleTextBackgroundColor</key>
<string>0.816606 0.777435 1 1</string>
<key>DVTConsoleTextInsertionPointColor</key>
<string>1 0.951641 0.63943 1</string>
<key>DVTConsoleTextSelectionColor</key>
<string>0.496 0.496 0.378 1</string>
<key>DVTDebuggerInstructionPointerColor</key>
<string>0.12 0.31 0.34 1</string>
<key>DVTSourceTextBackground</key>
<string>0.201087 0.189677 0.155446 1</string>
<key>DVTSourceTextBlockDimBackgroundColor</key>
<string>0.5 0.5 0.5 1</string>
<key>DVTSourceTextInsertionPointColor</key>
<string>1 1 1 1</string>
<key>DVTSourceTextInvisiblesColor</key>
<string>0.5 0.5 0.5 1</string>
<key>DVTSourceTextSelectionColor</key>
<string>0.496 0.496 0.378 1</string>
<key>DVTSourceTextSyntaxColors</key>
<dict>
<key>xcode.syntax.attribute</key>
<string>0.335 0.456 0.488 1</string>
<key>xcode.syntax.character</key>
<string>0.469 0.426 0.77 1</string>
<key>xcode.syntax.comment</key>
<string>0.511076 0.582281 0.513335 1</string>
<key>xcode.syntax.comment.doc</key>
<string>0.511076 0.582281 0.513335 1</string>
<key>xcode.syntax.comment.doc.keyword</key>
<string>0.511076 0.582281 0.513335 1</string>
<key>xcode.syntax.identifier.class</key>
<string>0 0.567412 0.836957 1</string>
<key>xcode.syntax.identifier.class.system</key>
<string>0 0.567412 0.836957 1</string>
<key>xcode.syntax.identifier.constant</key>
<string>0.512 0.754 0.343 1</string>
<key>xcode.syntax.identifier.constant.system</key>
<string>0.118763 0.842391 0 1</string>
<key>xcode.syntax.identifier.function</key>
<string>0.512 0.754 0.343 1</string>
<key>xcode.syntax.identifier.function.system</key>
<string>0 0.711957 0.501083 1</string>
<key>xcode.syntax.identifier.macro</key>
<string>0.778 0.488 0.284 1</string>
<key>xcode.syntax.identifier.macro.system</key>
<string>0.778 0.488 0.284 1</string>
<key>xcode.syntax.identifier.type</key>
<string>0.512 0.754 0.343 1</string>
<key>xcode.syntax.identifier.type.system</key>
<string>0 0.711957 0.501083 1</string>
<key>xcode.syntax.identifier.variable</key>
<string>1 0.866688 0 1</string>
<key>xcode.syntax.identifier.variable.system</key>
<string>1 0.866688 0 1</string>
<key>xcode.syntax.keyword</key>
<string>0.940217 0.0419194 0.897269 1</string>
<key>xcode.syntax.number</key>
<string>0.469 0.426 0.77 1</string>
<key>xcode.syntax.plain</key>
<string>0.918473 0.918473 0.918473 1</string>
<key>xcode.syntax.preprocessor</key>
<string>0.778 0.488 0.284 1</string>
<key>xcode.syntax.string</key>
<string>0.859 0.171 0.219 1</string>
<key>xcode.syntax.url</key>
<string>0.1 0.1 0.819 1</string>
</dict>
<key>DVTSourceTextSyntaxFonts</key>
<dict>
<key>xcode.syntax.attribute</key>
<string>XcodeDigits - 14.0</string>
<key>xcode.syntax.character</key>
<string>XcodeDigits - 14.0</string>
<key>xcode.syntax.comment</key>
<string>XcodeDigits - 14.0</string>
<key>xcode.syntax.comment.doc</key>
<string>XcodeDigits - 14.0</string>
<key>xcode.syntax.comment.doc.keyword</key>
<string>XcodeDigits - 14.0</string>
<key>xcode.syntax.identifier.class</key>
<string>XcodeDigits - 14.0</string>
<key>xcode.syntax.identifier.class.system</key>
<string>XcodeDigits - 14.0</string>
<key>xcode.syntax.identifier.constant</key>
<string>XcodeDigits - 14.0</string>
<key>xcode.syntax.identifier.constant.system</key>
<string>XcodeDigits - 14.0</string>
<key>xcode.syntax.identifier.function</key>
<string>XcodeDigits - 14.0</string>
<key>xcode.syntax.identifier.function.system</key>
<string>XcodeDigits - 14.0</string>
<key>xcode.syntax.identifier.macro</key>
<string>XcodeDigits - 14.0</string>
<key>xcode.syntax.identifier.macro.system</key>
<string>XcodeDigits - 14.0</string>
<key>xcode.syntax.identifier.type</key>
<string>XcodeDigits - 14.0</string>
<key>xcode.syntax.identifier.type.system</key>
<string>XcodeDigits - 14.0</string>
<key>xcode.syntax.identifier.variable</key>
<string>XcodeDigits - 14.0</string>
<key>xcode.syntax.identifier.variable.system</key>
<string>XcodeDigits - 14.0</string>
<key>xcode.syntax.keyword</key>
<string>XcodeDigits - 14.0</string>
<key>xcode.syntax.number</key>
<string>XcodeDigits - 14.0</string>
<key>xcode.syntax.plain</key>
<string>Menlo-Regular - 14.0</string>
<key>xcode.syntax.preprocessor</key>
<string>XcodeDigits - 14.0</string>
<key>xcode.syntax.string</key>
<string>XcodeDigits - 14.0</string>
<key>xcode.syntax.url</key>
<string>XcodeDigits - 14.0</string>
</dict>
</dict>
</plist>
@chunkyguy
Copy link
Author

Save in ~/Library/Developer/Xcode/UserData/FontAndColorThemes/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment