-
-
Save emil-palm/524860 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UPDATED FOR XCODE4! | |
For xcode3 (the original); http://gist.github.com/318665 | |
Cool xcode color theme based on textmate theme twilight | |
Screenshot: | |
http://dl.dropbox.com/u/4739087/xcode4_protheme.png | |
For a quick install run the following command in your console: | |
mkdir -p ~/Library/Developer/Xcode/UserData/FontAndColorThemes/; cd ~/Library/Developer/Xcode/UserData/FontAndColorThemes/; curl -O http://gist.github.com/raw/524860/94934cb4df7974260b284a7d5931155f5b801935/protheme.dvtcolortheme |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple Computer//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.317071 0.437736 1 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.999899 1 0.999842 1</string> | |
<key>DVTConsoleTextInsertionPointColor</key> | |
<string>0 0 0 1</string> | |
<key>DVTConsoleTextSelectionColor</key> | |
<string>0.576266 0.81005 1 1</string> | |
<key>DVTDebuggerInstructionPointerColor</key> | |
<string>0.705792 0.8 0.544 1</string> | |
<key>DVTSourceTextBackground</key> | |
<string>0.097 0.101 0.124</string> | |
<key>DVTSourceTextBlockDimBackgroundColor</key> | |
<string>0.5 0.5 0.5 1</string> | |
<key>DVTSourceTextInsertionPointColor</key> | |
<string>1.000 1.000 1.000</string> | |
<key>DVTSourceTextInvisiblesColor</key> | |
<string>0.5 0.5 0.5 1</string> | |
<key>DVTSourceTextSelectionColor</key> | |
<string>0.243 0.276 0.277</string> | |
<key>DVTSourceTextSyntaxColors</key> | |
<dict> | |
<key>xcode.syntax.attribute</key> | |
<string>0.335 0.456 0.488</string> | |
<key>xcode.syntax.character</key> | |
<string>0.616 0.499 0.951</string> | |
<key>xcode.syntax.comment</key> | |
<string>0.786 0.958 0.512</string> | |
<key>xcode.syntax.comment.doc</key> | |
<string>0.786 0.958 0.512</string> | |
<key>xcode.syntax.comment.doc.keyword</key> | |
<string>0.786 0.958 0.512</string> | |
<key>xcode.syntax.entity</key> | |
<string>0.665 0.052 0.569</string> | |
<key>xcode.syntax.entity.start</key> | |
<string>0.665 0.052 0.569</string> | |
<key>xcode.syntax.identifier</key> | |
<string>0.000 0.000 0.000</string> | |
<key>xcode.syntax.identifier.class</key> | |
<string>0.512 0.754 0.343</string> | |
<key>xcode.syntax.identifier.class.system</key> | |
<string>0.587 0.837 0.948</string> | |
<key>xcode.syntax.identifier.constant</key> | |
<string>0.512 0.754 0.343</string> | |
<key>xcode.syntax.identifier.constant.system</key> | |
<string>0.587 0.837 0.948</string> | |
<key>xcode.syntax.identifier.function</key> | |
<string>0.512 0.754 0.343</string> | |
<key>xcode.syntax.identifier.function.system</key> | |
<string>0.587 0.837 0.948</string> | |
<key>xcode.syntax.identifier.macro</key> | |
<string>0.778 0.488 0.284</string> | |
<key>xcode.syntax.identifier.macro.system</key> | |
<string>0.778 0.488 0.284</string> | |
<key>xcode.syntax.identifier.plain</key> | |
<string>0.000 0.000 0.000</string> | |
<key>xcode.syntax.identifier.type</key> | |
<string>0.512 0.754 0.343</string> | |
<key>xcode.syntax.identifier.type.system</key> | |
<string>0.587 0.837 0.948</string> | |
<key>xcode.syntax.identifier.variable</key> | |
<string>0.512 0.754 0.343</string> | |
<key>xcode.syntax.identifier.variable.system</key> | |
<string>0.890 0.605 0.924</string> | |
<key>xcode.syntax.keyword</key> | |
<string>0.968 0.856 0.486</string> | |
<key>xcode.syntax.mark</key> | |
<string>1.000 0.500 0.000</string> | |
<key>xcode.syntax.number</key> | |
<string>0.469 0.426 0.770</string> | |
<key>xcode.syntax.plain</key> | |
<string>0.968 0.968 0.968</string> | |
<key>xcode.syntax.preprocessor</key> | |
<string>0.778 0.488 0.284</string> | |
<key>xcode.syntax.string</key> | |
<string>0.893 0.505 0.506</string> | |
<key>xcode.syntax.url</key> | |
<string>0.611 0.699 0.936</string> | |
<key>xcode.syntax.url.mail</key> | |
<string>0.100 0.100 1.000</string> | |
</dict> | |
<key>DVTSourceTextSyntaxFonts</key> | |
<dict> | |
<key>xcode.syntax.attribute</key> | |
<string>Monaco - 14.0</string> | |
<key>xcode.syntax.character</key> | |
<string>Monaco - 14.0</string> | |
<key>xcode.syntax.comment</key> | |
<string>Monaco - 14.0</string> | |
<key>xcode.syntax.comment.doc</key> | |
<string>Monaco - 14.0</string> | |
<key>xcode.syntax.comment.doc.keyword</key> | |
<string>Monaco - 14.0</string> | |
<key>xcode.syntax.keyword</key> | |
<string>Monaco - 14.0</string> | |
<key>xcode.syntax.number</key> | |
<string>Monaco - 14.0</string> | |
<key>xcode.syntax.plain</key> | |
<string>Monaco - 14.0</string> | |
<key>xcode.syntax.preprocessor</key> | |
<string>Monaco - 14.0</string> | |
<key>xcode.syntax.string</key> | |
<string>Monaco - 14.0</string> | |
<key>xcode.syntax.url</key> | |
<string>Monaco - 14.0</string> | |
</dict> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment