Created
April 19, 2014 07:48
-
-
Save dominik-hadl/11077196 to your computer and use it in GitHub Desktop.
Modified version of Kellys, with Inconsolata-dz as the main font.
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>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>Inconsolata-dz - 11.0</string> | |
<key>DVTConsoleDebuggerPromptTextColor</key> | |
<string>0.176471 1 0.545098 1</string> | |
<key>DVTConsoleDebuggerPromptTextFont</key> | |
<string>Menlo-Bold - 11.0</string> | |
<key>DVTConsoleExectuableInputTextColor</key> | |
<string>1 1 1 1</string> | |
<key>DVTConsoleExectuableInputTextFont</key> | |
<string>Inconsolata-dz - 11.0</string> | |
<key>DVTConsoleExectuableOutputTextColor</key> | |
<string>1 1 1 1</string> | |
<key>DVTConsoleExectuableOutputTextFont</key> | |
<string>Inconsolata-dz - 11.0</string> | |
<key>DVTConsoleTextBackgroundColor</key> | |
<string>0.121569 0.12549 0.137255 1</string> | |
<key>DVTConsoleTextInsertionPointColor</key> | |
<string>1 1 1 1</string> | |
<key>DVTConsoleTextSelectionColor</key> | |
<string>0.891972 0.635291 1 1</string> | |
<key>DVTDebuggerInstructionPointerColor</key> | |
<string>0.705792 0.8 0.544 1</string> | |
<key>DVTSourceTextBackground</key> | |
<string>0.121569 0.121569 0.137255 1</string> | |
<key>DVTSourceTextBlockDimBackgroundColor</key> | |
<string>0.5 0.5 0.5 1</string> | |
<key>DVTSourceTextInsertionPointColor</key> | |
<string>0.999886 1 0.99984 1</string> | |
<key>DVTSourceTextInvisiblesColor</key> | |
<string>0.5 0.5 0.5 1</string> | |
<key>DVTSourceTextSelectionColor</key> | |
<string>0.890196 0.631373 1 1</string> | |
<key>DVTSourceTextSyntaxColors</key> | |
<dict> | |
<key>xcode.syntax.attribute</key> | |
<string>0.176471 1 0.545098 1</string> | |
<key>xcode.syntax.character</key> | |
<string>1 0.548541 0.205019 1</string> | |
<key>xcode.syntax.comment</key> | |
<string>0.317647 0.317647 0.317647 1</string> | |
<key>xcode.syntax.comment.doc</key> | |
<string>0.318548 0.318548 0.318548 1</string> | |
<key>xcode.syntax.comment.doc.keyword</key> | |
<string>0.318548 0.318548 0.318548 1</string> | |
<key>xcode.syntax.identifier.class</key> | |
<string>0.180392 1 0.545098 1</string> | |
<key>xcode.syntax.identifier.class.system</key> | |
<string>0.182418 1 0.548446 1</string> | |
<key>xcode.syntax.identifier.constant</key> | |
<string>0.329135 0.654316 0.831688 1</string> | |
<key>xcode.syntax.identifier.constant.system</key> | |
<string>0.532352 0.633814 0.740448 1</string> | |
<key>xcode.syntax.identifier.function</key> | |
<string>0.458824 0.694118 0.737255 1</string> | |
<key>xcode.syntax.identifier.function.system</key> | |
<string>0.532352 0.633814 0.740448 1</string> | |
<key>xcode.syntax.identifier.macro</key> | |
<string>0.665091 0.445968 0.652161 1</string> | |
<key>xcode.syntax.identifier.macro.system</key> | |
<string>0.665091 0.445968 0.652161 1</string> | |
<key>xcode.syntax.identifier.type</key> | |
<string>0.316937 0.655122 0.83166 1</string> | |
<key>xcode.syntax.identifier.type.system</key> | |
<string>0.316937 0.655122 0.83166 1</string> | |
<key>xcode.syntax.identifier.variable</key> | |
<string>0.215686 0.517647 0.741176 1</string> | |
<key>xcode.syntax.identifier.variable.system</key> | |
<string>0.216023 0.520511 0.743761 1</string> | |
<key>xcode.syntax.keyword</key> | |
<string>0.631373 0.827451 0.0705882 1</string> | |
<key>xcode.syntax.number</key> | |
<string>1 0.545098 0.203922 1</string> | |
<key>xcode.syntax.plain</key> | |
<string>1 1 1 1</string> | |
<key>xcode.syntax.preprocessor</key> | |
<string>0.662745 0.443137 0.65098 1</string> | |
<key>xcode.syntax.string</key> | |
<string>0.835294 0.764706 0.54902 1</string> | |
<key>xcode.syntax.url</key> | |
<string>0.63503 0.830109 0.0721727 1</string> | |
</dict> | |
<key>DVTSourceTextSyntaxFonts</key> | |
<dict> | |
<key>xcode.syntax.attribute</key> | |
<string>Inconsolata-dz - 11.0</string> | |
<key>xcode.syntax.character</key> | |
<string>Inconsolata-dz - 11.0</string> | |
<key>xcode.syntax.comment</key> | |
<string>Inconsolata-dz - 11.0</string> | |
<key>xcode.syntax.comment.doc</key> | |
<string>Inconsolata-dz - 11.0</string> | |
<key>xcode.syntax.comment.doc.keyword</key> | |
<string>Inconsolata-dz - 11.0</string> | |
<key>xcode.syntax.identifier.class</key> | |
<string>Inconsolata-dz - 11.0</string> | |
<key>xcode.syntax.identifier.class.system</key> | |
<string>Inconsolata-dz - 11.0</string> | |
<key>xcode.syntax.identifier.constant</key> | |
<string>Inconsolata-dz - 11.0</string> | |
<key>xcode.syntax.identifier.constant.system</key> | |
<string>Inconsolata-dz - 11.0</string> | |
<key>xcode.syntax.identifier.function</key> | |
<string>Inconsolata-dz - 11.0</string> | |
<key>xcode.syntax.identifier.function.system</key> | |
<string>Inconsolata-dz - 11.0</string> | |
<key>xcode.syntax.identifier.macro</key> | |
<string>Inconsolata-dz - 11.0</string> | |
<key>xcode.syntax.identifier.macro.system</key> | |
<string>Inconsolata-dz - 11.0</string> | |
<key>xcode.syntax.identifier.type</key> | |
<string>Inconsolata-dz - 11.0</string> | |
<key>xcode.syntax.identifier.type.system</key> | |
<string>Inconsolata-dz - 11.0</string> | |
<key>xcode.syntax.identifier.variable</key> | |
<string>Inconsolata-dz - 11.0</string> | |
<key>xcode.syntax.identifier.variable.system</key> | |
<string>Inconsolata-dz - 11.0</string> | |
<key>xcode.syntax.keyword</key> | |
<string>Inconsolata-dz - 11.0</string> | |
<key>xcode.syntax.number</key> | |
<string>Inconsolata-dz - 11.0</string> | |
<key>xcode.syntax.plain</key> | |
<string>Inconsolata-dz - 11.0</string> | |
<key>xcode.syntax.preprocessor</key> | |
<string>Inconsolata-dz - 11.0</string> | |
<key>xcode.syntax.string</key> | |
<string>Inconsolata-dz - 11.0</string> | |
<key>xcode.syntax.url</key> | |
<string>Inconsolata-dz - 11.0</string> | |
</dict> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment