Skip to content

Instantly share code, notes, and snippets.

@trevrosen
Created April 14, 2010 01:47
Show Gist options
  • Select an option

  • Save trevrosen/365358 to your computer and use it in GitHub Desktop.

Select an option

Save trevrosen/365358 to your computer and use it in GitHub Desktop.
<?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>Colors</key>
<dict>
<key>Background</key>
<string>0.044 0.063 0.129</string>
<key>InsertionPoint</key>
<string>1.000 1.000 1.000</string>
<key>Selection</key>
<string>0.087 0.139 0.283</string>
<key>xcode.syntax.attribute</key>
<string>0.247 0.345 0.454</string>
<key>xcode.syntax.character</key>
<string>0.901 0.891 0.099</string>
<key>xcode.syntax.comment</key>
<string>0.679 0.667 0.676</string>
<key>xcode.syntax.comment.doc</key>
<string>0.678 0.666 0.675</string>
<key>xcode.syntax.comment.doc.keyword</key>
<string>0.678 0.666 0.675</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>1.000 0.310 0.047</string>
<key>xcode.syntax.identifier.class.system</key>
<string>0.246 0.759 0.564</string>
<key>xcode.syntax.identifier.constant</key>
<string>0.986 0.309 0.047</string>
<key>xcode.syntax.identifier.constant.system</key>
<string>0.258 0.753 0.561</string>
<key>xcode.syntax.identifier.function</key>
<string>0.986 0.309 0.047</string>
<key>xcode.syntax.identifier.function.system</key>
<string>0.250 0.758 0.570</string>
<key>xcode.syntax.identifier.macro</key>
<string>0.896 0.488 0.284</string>
<key>xcode.syntax.identifier.macro.system</key>
<string>0.896 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.986 0.309 0.047</string>
<key>xcode.syntax.identifier.type.system</key>
<string>0.246 0.759 0.564</string>
<key>xcode.syntax.identifier.variable</key>
<string>0.986 0.309 0.047</string>
<key>xcode.syntax.identifier.variable.system</key>
<string>0.349 0.434 0.793</string>
<key>xcode.syntax.keyword</key>
<string>0.900 0.889 0.098</string>
<key>xcode.syntax.mark</key>
<string>1.000 0.500 0.000</string>
<key>xcode.syntax.number</key>
<string>0.901 0.891 0.099</string>
<key>xcode.syntax.plain</key>
<string>1.000 1.000 1.000</string>
<key>xcode.syntax.preprocessor</key>
<string>0.896 0.488 0.284</string>
<key>xcode.syntax.string</key>
<string>0.190 0.760 0.117</string>
<key>xcode.syntax.url</key>
<string>0.100 0.100 1.000</string>
<key>xcode.syntax.url.mail</key>
<string>0.100 0.100 1.000</string>
</dict>
<key>Fonts</key>
<dict>
<key>xcode.syntax.attribute</key>
<string>Monaco - 12.0</string>
<key>xcode.syntax.character</key>
<string>Monaco - 12.0</string>
<key>xcode.syntax.comment</key>
<string>Monaco - 12.0</string>
<key>xcode.syntax.comment.doc</key>
<string>Monaco - 12.0</string>
<key>xcode.syntax.comment.doc.keyword</key>
<string>Monaco - 12.0</string>
<key>xcode.syntax.keyword</key>
<string>Monaco - 12.0</string>
<key>xcode.syntax.number</key>
<string>Monaco - 12.0</string>
<key>xcode.syntax.plain</key>
<string>Monaco - 12.0</string>
<key>xcode.syntax.preprocessor</key>
<string>Monaco - 12.0</string>
<key>xcode.syntax.string</key>
<string>Monaco - 12.0</string>
<key>xcode.syntax.url</key>
<string>Monaco - 12.0</string>
</dict>
</dict>
</plist>
@trevrosen
Copy link
Copy Markdown
Author

An XCode color theme I hacked together to get something similar to my beloved Blackboard theme from TextMate

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