Skip to content

Instantly share code, notes, and snippets.

@frr149
Created July 4, 2013 12:07
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save frr149/5927121 to your computer and use it in GitHub Desktop.
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
<?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>
@josanmon
Copy link

josanmon commented Jul 4, 2013

Genial!
Muchas gracias Fernando, un saludo!

@xandrefreire
Copy link

Hola Fernando!
ahora la extensión es .dvtcolortheme, ¿cómo podríamos cambiarle la extensión a este fichero?

Copy link

ghost commented Aug 29, 2013

Gracias!

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