Skip to content

Instantly share code, notes, and snippets.

@nvzqz
Created May 30, 2015 21:33
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 nvzqz/8a53dbda9a7cf3f1b446 to your computer and use it in GitHub Desktop.
Save nvzqz/8a53dbda9a7cf3f1b446 to your computer and use it in GitHub Desktop.
Custom Xcode 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>1 1 1 1</string>
<key>DVTConsoleDebuggerInputTextFont</key>
<string>Menlo-Bold - 11.0</string>
<key>DVTConsoleDebuggerOutputTextColor</key>
<string>1 1 1 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>1 1 1 1</string>
<key>DVTConsoleExectuableInputTextFont</key>
<string>Menlo-Regular - 11.0</string>
<key>DVTConsoleExectuableOutputTextColor</key>
<string>1 1 1 1</string>
<key>DVTConsoleExectuableOutputTextFont</key>
<string>Menlo-Bold - 11.0</string>
<key>DVTConsoleTextBackgroundColor</key>
<string>0.118 0.125 0.157 1</string>
<key>DVTConsoleTextInsertionPointColor</key>
<string>1 1 1 1</string>
<key>DVTConsoleTextSelectionColor</key>
<string>0.397 0.397 0.302 1</string>
<key>DVTDebuggerInstructionPointerColor</key>
<string>0.12 0.31 0.34 1</string>
<key>DVTSourceTextBackground</key>
<string>0.081577 0.0864131 0.100465 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>1 1 1 0.4</string>
<key>DVTSourceTextSelectionColor</key>
<string>0.133333 0.145098 0.196078 1</string>
<key>DVTSourceTextSyntaxColors</key>
<dict>
<key>xcode.syntax.attribute</key>
<string>0 0.595395 0.529605 1</string>
<key>xcode.syntax.character</key>
<string>0.526299 0.30888 0.945059 1</string>
<key>xcode.syntax.comment</key>
<string>1 1 1 0.35</string>
<key>xcode.syntax.comment.doc</key>
<string>1 1 1 0.35</string>
<key>xcode.syntax.comment.doc.keyword</key>
<string>1 1 1 0.35</string>
<key>xcode.syntax.identifier.class</key>
<string>0.584314 0.878431 0 1</string>
<key>xcode.syntax.identifier.class.system</key>
<string>0.220395 0.733553 0.92549 1</string>
<key>xcode.syntax.identifier.constant</key>
<string>0.584314 0.878431 0 1</string>
<key>xcode.syntax.identifier.constant.system</key>
<string>0.220395 0.733553 0.92549 1</string>
<key>xcode.syntax.identifier.function</key>
<string>0.584314 0.878431 0 1</string>
<key>xcode.syntax.identifier.function.system</key>
<string>0.220395 0.733553 0.92549 1</string>
<key>xcode.syntax.identifier.macro</key>
<string>0.984664 0.438969 0.0730575 1</string>
<key>xcode.syntax.identifier.macro.system</key>
<string>0.984664 0.438969 0.0730575 1</string>
<key>xcode.syntax.identifier.type</key>
<string>0.584314 0.878431 0 1</string>
<key>xcode.syntax.identifier.type.system</key>
<string>0.220395 0.733553 0.92549 1</string>
<key>xcode.syntax.identifier.variable</key>
<string>0.584314 0.878431 0 1</string>
<key>xcode.syntax.identifier.variable.system</key>
<string>0.220395 0.733553 0.92549 1</string>
<key>xcode.syntax.keyword</key>
<string>0.932406 0 0.319245 1</string>
<key>xcode.syntax.number</key>
<string>0.526299 0.30888 0.945059 1</string>
<key>xcode.syntax.plain</key>
<string>1 1 1 1</string>
<key>xcode.syntax.preprocessor</key>
<string>0.984664 0.438969 0.0730575 1</string>
<key>xcode.syntax.string</key>
<string>0.932907 0.0580233 0.157227 1</string>
<key>xcode.syntax.url</key>
<string>0.0178151 0.265328 0.998293 1</string>
</dict>
<key>DVTSourceTextSyntaxFonts</key>
<dict>
<key>xcode.syntax.attribute</key>
<string>Menlo-Regular - 11.0</string>
<key>xcode.syntax.character</key>
<string>Menlo-Regular - 11.0</string>
<key>xcode.syntax.comment</key>
<string>Menlo-Regular - 11.0</string>
<key>xcode.syntax.comment.doc</key>
<string>Menlo-Regular - 11.0</string>
<key>xcode.syntax.comment.doc.keyword</key>
<string>Menlo-Regular - 11.0</string>
<key>xcode.syntax.identifier.class</key>
<string>Menlo-Regular - 11.0</string>
<key>xcode.syntax.identifier.class.system</key>
<string>Menlo-Regular - 11.0</string>
<key>xcode.syntax.identifier.constant</key>
<string>Menlo-Regular - 11.0</string>
<key>xcode.syntax.identifier.constant.system</key>
<string>Menlo-Regular - 11.0</string>
<key>xcode.syntax.identifier.function</key>
<string>Menlo-Regular - 11.0</string>
<key>xcode.syntax.identifier.function.system</key>
<string>Menlo-Regular - 11.0</string>
<key>xcode.syntax.identifier.macro</key>
<string>Menlo-Regular - 11.0</string>
<key>xcode.syntax.identifier.macro.system</key>
<string>Menlo-Regular - 11.0</string>
<key>xcode.syntax.identifier.type</key>
<string>Menlo-Regular - 11.0</string>
<key>xcode.syntax.identifier.type.system</key>
<string>Menlo-Regular - 11.0</string>
<key>xcode.syntax.identifier.variable</key>
<string>Menlo-Regular - 11.0</string>
<key>xcode.syntax.identifier.variable.system</key>
<string>Menlo-Regular - 11.0</string>
<key>xcode.syntax.keyword</key>
<string>Menlo-Regular - 11.0</string>
<key>xcode.syntax.number</key>
<string>Menlo-Regular - 11.0</string>
<key>xcode.syntax.plain</key>
<string>Menlo-Regular - 11.0</string>
<key>xcode.syntax.preprocessor</key>
<string>Menlo-Regular - 11.0</string>
<key>xcode.syntax.string</key>
<string>Menlo-Regular - 11.0</string>
<key>xcode.syntax.url</key>
<string>Menlo-Regular - 11.0</string>
</dict>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment