Last active
March 29, 2024 06:37
-
-
Save gabrieldluca/b8670a26a86dcf86728c83002a2e6be0 to your computer and use it in GitHub Desktop.
Minimalist Xcode theme based on the Mosaic playground (WWDC 2019).
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>SFMono-Medium - 14.0</string> | |
<key>DVTConsoleDebuggerOutputTextColor</key> | |
<string>1 1 1 1</string> | |
<key>DVTConsoleDebuggerOutputTextFont</key> | |
<string>SFMono-Medium - 14.0</string> | |
<key>DVTConsoleDebuggerPromptTextColor</key> | |
<string>0.580392 0.215686 1 1</string> | |
<key>DVTConsoleDebuggerPromptTextFont</key> | |
<string>SFMono-Medium - 14.0</string> | |
<key>DVTConsoleExectuableInputTextColor</key> | |
<string>0.363478 0.353524 0.422479 1</string> | |
<key>DVTConsoleExectuableInputTextFont</key> | |
<string>SFMono-Medium - 14.0</string> | |
<key>DVTConsoleExectuableOutputTextColor</key> | |
<string>0.363478 0.353524 0.422479 1</string> | |
<key>DVTConsoleExectuableOutputTextFont</key> | |
<string>SFMono-Medium - 14.0</string> | |
<key>DVTConsoleTextBackgroundColor</key> | |
<string>0.0980392 0.0941176 0.113725 1</string> | |
<key>DVTConsoleTextInsertionPointColor</key> | |
<string>0.305882 0.294118 0.34902 1</string> | |
<key>DVTConsoleTextSelectionColor</key> | |
<string>0.160784 0.156863 0.184314 1</string> | |
<key>DVTFontAndColorVersion</key> | |
<integer>1</integer> | |
<key>DVTLineSpacing</key> | |
<real>1.1000000238418579</real> | |
<key>DVTMarkupTextBackgroundColor</key> | |
<string>0.121569 0.12549 0.160784 1</string> | |
<key>DVTMarkupTextBorderColor</key> | |
<string>0.253475 0.2594 0.286485 1</string> | |
<key>DVTMarkupTextCodeFont</key> | |
<string>SFMono-Regular - 10.0</string> | |
<key>DVTMarkupTextEmphasisColor</key> | |
<string>1 1 1 1</string> | |
<key>DVTMarkupTextEmphasisFont</key> | |
<string>.SFNS-RegularItalic - 10.0</string> | |
<key>DVTMarkupTextInlineCodeColor</key> | |
<string>1 1 1 0.7</string> | |
<key>DVTMarkupTextLinkColor</key> | |
<string>0.388818 0.284081 0.798397 1</string> | |
<key>DVTMarkupTextLinkFont</key> | |
<string>.SFNS-Regular - 10.0</string> | |
<key>DVTMarkupTextNormalColor</key> | |
<string>1 1 1 1</string> | |
<key>DVTMarkupTextNormalFont</key> | |
<string>.SFNS-Regular - 10.0</string> | |
<key>DVTMarkupTextOtherHeadingColor</key> | |
<string>1 1 1 0.5</string> | |
<key>DVTMarkupTextOtherHeadingFont</key> | |
<string>.SFNS-Regular - 14.0</string> | |
<key>DVTMarkupTextPrimaryHeadingColor</key> | |
<string>1 1 1 1</string> | |
<key>DVTMarkupTextPrimaryHeadingFont</key> | |
<string>.SFNS-Regular - 24.0</string> | |
<key>DVTMarkupTextSecondaryHeadingColor</key> | |
<string>1 1 1 1</string> | |
<key>DVTMarkupTextSecondaryHeadingFont</key> | |
<string>.SFNS-Regular - 18.0</string> | |
<key>DVTMarkupTextStrongColor</key> | |
<string>1 1 1 1</string> | |
<key>DVTMarkupTextStrongFont</key> | |
<string>.SFNS-Bold - 10.0</string> | |
<key>DVTScrollbarMarkerAnalyzerColor</key> | |
<string>0.403922 0.372549 1 1</string> | |
<key>DVTScrollbarMarkerBreakpointColor</key> | |
<string>0.290196 0.290196 0.968627 1</string> | |
<key>DVTScrollbarMarkerDiffColor</key> | |
<string>0.556863 0.556863 0.556863 1</string> | |
<key>DVTScrollbarMarkerDiffConflictColor</key> | |
<string>0.968627 0.290196 0.290196 1</string> | |
<key>DVTScrollbarMarkerErrorColor</key> | |
<string>0.968627 0.290196 0.290196 1</string> | |
<key>DVTScrollbarMarkerRuntimeIssueColor</key> | |
<string>0.643137 0.509804 1 1</string> | |
<key>DVTScrollbarMarkerWarningColor</key> | |
<string>0.937255 0.717647 0.34902 1</string> | |
<key>DVTSourceTextBackground</key> | |
<string>0.0980392 0.0941176 0.113725 1</string> | |
<key>DVTSourceTextBlockDimBackgroundColor</key> | |
<string>0.5 0.5 0.5 1</string> | |
<key>DVTSourceTextCurrentLineHighlightColor</key> | |
<string>0.12549 0.121569 0.145098 1</string> | |
<key>DVTSourceTextInsertionPointColor</key> | |
<string>0.305882 0.294118 0.34902 1</string> | |
<key>DVTSourceTextInvisiblesColor</key> | |
<string>0.3 0.3 0.3 1</string> | |
<key>DVTSourceTextSelectionColor</key> | |
<string>0.160784 0.156863 0.184314 1</string> | |
<key>DVTSourceTextSyntaxColors</key> | |
<dict> | |
<key>xcode.syntax.attribute</key> | |
<string>0.305882 0.294118 0.34902 1</string> | |
<key>xcode.syntax.character</key> | |
<string>0.454902 0.427451 0.690196 1</string> | |
<key>xcode.syntax.comment</key> | |
<string>0.188235 0.180392 0.219608 1</string> | |
<key>xcode.syntax.comment.doc</key> | |
<string>0.188463 0.180713 0.218561 1</string> | |
<key>xcode.syntax.comment.doc.keyword</key> | |
<string>0.305882 0.294118 0.34902 1</string> | |
<key>xcode.syntax.declaration.other</key> | |
<string>0.364706 0.352941 0.423529 1</string> | |
<key>xcode.syntax.declaration.type</key> | |
<string>0.364706 0.352941 0.423529 1</string> | |
<key>xcode.syntax.identifier.class</key> | |
<string>0.128918 0.686543 0.261045 1</string> | |
<key>xcode.syntax.identifier.class.system</key> | |
<string>0.128918 0.686543 0.261045 1</string> | |
<key>xcode.syntax.identifier.constant</key> | |
<string>0.363478 0.353524 0.422479 1</string> | |
<key>xcode.syntax.identifier.constant.system</key> | |
<string>0.365067 0.354151 0.424476 1</string> | |
<key>xcode.syntax.identifier.function</key> | |
<string>0.364706 0.352941 0.423529 1</string> | |
<key>xcode.syntax.identifier.function.system</key> | |
<string>0.365067 0.354151 0.424476 1</string> | |
<key>xcode.syntax.identifier.macro</key> | |
<string>0.305882 0.294118 0.34902 1</string> | |
<key>xcode.syntax.identifier.macro.system</key> | |
<string>0.305882 0.294118 0.34902 1</string> | |
<key>xcode.syntax.identifier.type</key> | |
<string>0.128918 0.686543 0.261045 1</string> | |
<key>xcode.syntax.identifier.type.system</key> | |
<string>0.128918 0.686543 0.261045 1</string> | |
<key>xcode.syntax.identifier.variable</key> | |
<string>0.365067 0.354151 0.424476 1</string> | |
<key>xcode.syntax.identifier.variable.system</key> | |
<string>0.365067 0.354151 0.424476 1</string> | |
<key>xcode.syntax.keyword</key> | |
<string>0.500394 0.00198579 0.9985 1</string> | |
<key>xcode.syntax.mark</key> | |
<string>0.188235 0.180392 0.219608 1</string> | |
<key>xcode.syntax.markup.code</key> | |
<string>0.665 0.052 0.569 1</string> | |
<key>xcode.syntax.number</key> | |
<string>0.987516 0.2588 0.0294983 1</string> | |
<key>xcode.syntax.plain</key> | |
<string>0.88217 0.885352 0.904267 1</string> | |
<key>xcode.syntax.preprocessor</key> | |
<string>0.305882 0.294118 0.34902 1</string> | |
<key>xcode.syntax.regex</key> | |
<string>0.987516 0.2588 0.0294983 1</string> | |
<key>xcode.syntax.regex.capturename</key> | |
<string>0.363478 0.353524 0.422479 1</string> | |
<key>xcode.syntax.regex.charname</key> | |
<string>0.365067 0.354151 0.424476 1</string> | |
<key>xcode.syntax.regex.number</key> | |
<string>0.987516 0.2588 0.0294983 1</string> | |
<key>xcode.syntax.regex.other</key> | |
<string>0.88217 0.885352 0.904267 1</string> | |
<key>xcode.syntax.string</key> | |
<string>0.987516 0.2588 0.0294983 1</string> | |
<key>xcode.syntax.url</key> | |
<string>0.500394 0.00198579 0.9985 1</string> | |
</dict> | |
<key>DVTSourceTextSyntaxFonts</key> | |
<dict> | |
<key>xcode.syntax.attribute</key> | |
<string>SFMono-Medium - 15.0</string> | |
<key>xcode.syntax.character</key> | |
<string>SFMono-Medium - 15.0</string> | |
<key>xcode.syntax.comment</key> | |
<string>SFMono-Medium - 15.0</string> | |
<key>xcode.syntax.comment.doc</key> | |
<string>SFMono-Medium - 15.0</string> | |
<key>xcode.syntax.comment.doc.keyword</key> | |
<string>SFMono-Medium - 15.0</string> | |
<key>xcode.syntax.declaration.other</key> | |
<string>SFMono-Medium - 15.0</string> | |
<key>xcode.syntax.declaration.type</key> | |
<string>SFMono-Medium - 15.0</string> | |
<key>xcode.syntax.identifier.class</key> | |
<string>SFMono-Medium - 15.0</string> | |
<key>xcode.syntax.identifier.class.system</key> | |
<string>SFMono-Medium - 15.0</string> | |
<key>xcode.syntax.identifier.constant</key> | |
<string>SFMono-Medium - 15.0</string> | |
<key>xcode.syntax.identifier.constant.system</key> | |
<string>SFMono-Medium - 15.0</string> | |
<key>xcode.syntax.identifier.function</key> | |
<string>SFMono-Medium - 15.0</string> | |
<key>xcode.syntax.identifier.function.system</key> | |
<string>SFMono-Medium - 15.0</string> | |
<key>xcode.syntax.identifier.macro</key> | |
<string>SFMono-Medium - 15.0</string> | |
<key>xcode.syntax.identifier.macro.system</key> | |
<string>SFMono-Medium - 15.0</string> | |
<key>xcode.syntax.identifier.type</key> | |
<string>SFMono-Medium - 15.0</string> | |
<key>xcode.syntax.identifier.type.system</key> | |
<string>SFMono-Medium - 15.0</string> | |
<key>xcode.syntax.identifier.variable</key> | |
<string>SFMono-Medium - 15.0</string> | |
<key>xcode.syntax.identifier.variable.system</key> | |
<string>SFMono-Medium - 15.0</string> | |
<key>xcode.syntax.keyword</key> | |
<string>SFMono-Medium - 15.0</string> | |
<key>xcode.syntax.mark</key> | |
<string>SFMono-Medium - 15.0</string> | |
<key>xcode.syntax.markup.code</key> | |
<string>SFMono-Medium - 15.0</string> | |
<key>xcode.syntax.number</key> | |
<string>SFMono-Medium - 15.0</string> | |
<key>xcode.syntax.plain</key> | |
<string>SFMono-Medium - 15.0</string> | |
<key>xcode.syntax.preprocessor</key> | |
<string>SFMono-Medium - 15.0</string> | |
<key>xcode.syntax.regex</key> | |
<string>SFMono-Medium - 15.0</string> | |
<key>xcode.syntax.regex.capturename</key> | |
<string>SFMono-Medium - 15.0</string> | |
<key>xcode.syntax.regex.charname</key> | |
<string>SFMono-Medium - 15.0</string> | |
<key>xcode.syntax.regex.number</key> | |
<string>SFMono-Medium - 15.0</string> | |
<key>xcode.syntax.regex.other</key> | |
<string>SFMono-Medium - 15.0</string> | |
<key>xcode.syntax.string</key> | |
<string>SFMono-Medium - 15.0</string> | |
<key>xcode.syntax.url</key> | |
<string>SFMono-Medium - 15.0</string> | |
</dict> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment