Created
July 4, 2013 12:07
-
-
Save frr149/5927121 to your computer and use it in GitHub Desktop.
Tema de Xcode usado en el Curso Online de Desarrollo iOS de Agbo
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//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.168627 0.168627 0.207843</string> | |
<key>InsertionPoint</key> | |
<string>0.994444 0.988889 1</string> | |
<key>Selection</key> | |
<string>1 0.392 0.369</string> | |
<key>xcode.syntax.attribute</key> | |
<string>0.812 0.796 0.565</string> | |
<key>xcode.syntax.character</key> | |
<string>0.659 1 0.376</string> | |
<key>xcode.syntax.comment</key> | |
<string>0.486 0.486 0.486</string> | |
<key>xcode.syntax.comment.doc</key> | |
<string>0.486 0.486 0.486</string> | |
<key>xcode.syntax.comment.doc.keyword</key> | |
<string>0.701 0.701 0.701</string> | |
<key>xcode.syntax.identifier.class</key> | |
<string>1 1 0.714</string> | |
<key>xcode.syntax.identifier.class.system</key> | |
<string>1 1 0.714</string> | |
<key>xcode.syntax.identifier.constant</key> | |
<string>0.6 0.8 0.6</string> | |
<key>xcode.syntax.identifier.constant.system</key> | |
<string>0.6 0.8 0.6</string> | |
<key>xcode.syntax.identifier.function</key> | |
<string>0.812 0.796 0.565</string> | |
<key>xcode.syntax.identifier.function.system</key> | |
<string>0.812 0.796 0.565</string> | |
<key>xcode.syntax.identifier.macro</key> | |
<string>0.686 0.769 0.859</string> | |
<key>xcode.syntax.identifier.macro.system</key> | |
<string>0.686 0.769 0.859</string> | |
<key>xcode.syntax.identifier.type</key> | |
<string>1 1 0.714</string> | |
<key>xcode.syntax.identifier.type.system</key> | |
<string>1 1 0.714</string> | |
<key>xcode.syntax.identifier.variable</key> | |
<string>0.776 0.773 0.996</string> | |
<key>xcode.syntax.identifier.variable.system</key> | |
<string>0.776 0.773 0.996</string> | |
<key>xcode.syntax.keyword</key> | |
<string>0.588 0.796 0.996</string> | |
<key>xcode.syntax.number</key> | |
<string>1 0.451 0.992</string> | |
<key>xcode.syntax.plain</key> | |
<string>1 1 1</string> | |
<key>xcode.syntax.preprocessor</key> | |
<string>0.686 0.769 0.859</string> | |
<key>xcode.syntax.string</key> | |
<string>0.659 1 0.376</string> | |
<key>xcode.syntax.url</key> | |
<string>0.776 0.635 0.31</string> | |
</dict> | |
<key>Fonts</key> | |
<dict> | |
<key>xcode.syntax.attribute</key> | |
<string>Inconsolata-dz - 15.0</string> | |
<key>xcode.syntax.character</key> | |
<string>Inconsolata-dz - 15.0</string> | |
<key>xcode.syntax.comment</key> | |
<string>Inconsolata-dz - 15.0</string> | |
<key>xcode.syntax.comment.doc</key> | |
<string>Inconsolata-dz - 15.0</string> | |
<key>xcode.syntax.comment.doc.keyword</key> | |
<string>Inconsolata-dz - 15.0</string> | |
<key>xcode.syntax.identifier.class</key> | |
<string>Inconsolata-dz - 15.0</string> | |
<key>xcode.syntax.identifier.class.system</key> | |
<string>Inconsolata-dz - 15.0</string> | |
<key>xcode.syntax.identifier.constant</key> | |
<string>Inconsolata-dz - 15.0</string> | |
<key>xcode.syntax.identifier.constant.system</key> | |
<string>Inconsolata-dz - 15.0</string> | |
<key>xcode.syntax.identifier.function</key> | |
<string>Inconsolata-dz - 15.0</string> | |
<key>xcode.syntax.identifier.function.system</key> | |
<string>Inconsolata-dz - 15.0</string> | |
<key>xcode.syntax.identifier.macro</key> | |
<string>Inconsolata-dz - 15.0</string> | |
<key>xcode.syntax.identifier.macro.system</key> | |
<string>Inconsolata-dz - 15.0</string> | |
<key>xcode.syntax.identifier.type</key> | |
<string>Inconsolata-dz - 15.0</string> | |
<key>xcode.syntax.identifier.type.system</key> | |
<string>Inconsolata-dz - 15.0</string> | |
<key>xcode.syntax.identifier.variable</key> | |
<string>Inconsolata-dz - 15.0</string> | |
<key>xcode.syntax.identifier.variable.system</key> | |
<string>Inconsolata-dz - 15.0</string> | |
<key>xcode.syntax.keyword</key> | |
<string>Inconsolata-dz - 15.0</string> | |
<key>xcode.syntax.number</key> | |
<string>Inconsolata-dz - 15.0</string> | |
<key>xcode.syntax.plain</key> | |
<string>Inconsolata-dz - 15.0</string> | |
<key>xcode.syntax.preprocessor</key> | |
<string>Inconsolata-dz - 15.0</string> | |
<key>xcode.syntax.string</key> | |
<string>Inconsolata-dz - 15.0</string> | |
<key>xcode.syntax.url</key> | |
<string>Inconsolata-dz - 15.0</string> | |
</dict> | |
</dict> | |
</plist> |
Hola Fernando!
ahora la extensión es .dvtcolortheme, ¿cómo podríamos cambiarle la extensión a este fichero?
Gracias!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Genial!
Muchas gracias Fernando, un saludo!